OSDN Git Service

qmiga/qemu.git
2022-05-05 Richard Hendersontarget/arm: Add isar predicates for FEAT_Debugv8p2
2022-05-05 Richard Hendersontarget/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_t...
2022-05-05 Richard Hendersontarget/arm: Reformat comments in add_cpreg_to_hashtable
2022-05-05 Richard Hendersontarget/arm: Perform override check early in add_cpreg_t...
2022-05-05 Richard Hendersontarget/arm: Hoist isbanked computation in add_cpreg_to_...
2022-05-05 Richard Hendersontarget/arm: Use bool for is64 and ns in add_cpreg_to_ha...
2022-05-05 Richard Hendersontarget/arm: Consolidate cpreg updates in add_cpreg_to_h...
2022-05-05 Richard Hendersontarget/arm: Hoist computation of key in add_cpreg_to_ha...
2022-05-05 Richard Hendersontarget/arm: Merge allocation of the cpreg and its name
2022-05-05 Richard Hendersontarget/arm: Store cpregs key in the hash table directly
2022-05-05 Richard Hendersontarget/arm: Drop always-true test in define_arm_vh_e2h_...
2022-05-05 Richard Hendersontarget/arm: Name CPSecureState type
2022-05-05 Richard Hendersontarget/arm: Name CPState type
2022-05-05 Richard Hendersontarget/arm: Change cpreg access permissions to enum
2022-05-05 Richard Hendersontarget/arm: Avoid bare abort() or assert(0)
2022-05-05 Richard Hendersontarget/arm: Reorg ARMCPRegInfo type field bits
2022-05-05 Richard Hendersontarget/arm: Make some more cpreg data static const
2022-05-05 Richard Hendersontarget/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
2022-05-05 Richard Hendersontarget/arm: Reorg CPAccessResult and access_check_cp_reg
2022-05-05 Richard Hendersontarget/arm: Split out cpregs.h
2022-05-05 Richard Hendersontarget/arm: Enable SCTLR_EL1.BT0 for aarch64-linux...
2022-05-04 Richard HendersonMerge tag 'pull-request-2022-05-04' of https://gitlab...
2022-05-04 Richard HendersonMerge tag 'qga-pull-request' of gitlab.com:marcandre...
2022-05-04 zhenwei piqga: Introduce disk smart
2022-05-04 zhenwei piqga: Introduce NVMe disk bus type
2022-05-04 Andrew Deasonqga/commands-posix: 'guest-shutdown' for Solaris
2022-05-04 Andrew Deasonqga/commands-posix: Log all net stats failures
2022-05-04 Andrew Deasonqga/commands-posix: Fix listing ifaces for Solaris
2022-05-04 Andrew Deasonqga/commands-posix: Fix iface hw address detection
2022-05-04 Andrew Deasonqga/commands-posix: Use getifaddrs when available
2022-05-04 Ilya Leoshkevichtests/tcg/s390x: Use a different PCRel32 notation in...
2022-05-04 Thomas Huthdisas: Remove old libopcode s390 disassembler
2022-05-04 David Millertests/tcg/s390x: Tests for Vector Enhancements Facility 2
2022-05-04 David Millertarget/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU...
2022-05-04 David Millertarget/s390x: vxeh2: vector {load, store} byte reversed...
2022-05-04 David Millertarget/s390x: vxeh2: vector {load, store} byte reversed...
2022-05-04 David Millertarget/s390x: vxeh2: vector {load, store} elements...
2022-05-04 David Millertarget/s390x: vxeh2: vector shift double by bit
2022-05-04 David Millertarget/s390x: vxeh2: Update for changes to vector shifts
2022-05-04 David Millertarget/s390x: vxeh2: vector string search
2022-05-04 David Millertarget/s390x: vxeh2: vector convert short/32b
2022-05-04 Richard Hendersontcg: Implement tcg_gen_{h,w}swap_{i32,i64}
2022-05-04 David Hildenbrands390x/cpu_models: make "max" match the unmodified ...
2022-05-04 David Hildenbrands390x/cpu_models: drop "msa5" from the TCG "max" model
2022-05-04 Richard Hendersontarget/s390x: Fix writeback to v1 in helper_vstl
2022-05-03 Richard HendersonMerge tag 'misc-pull-request' of gitlab.com:marcandre...
2022-05-03 Richard HendersonMerge tag 'pull-aspeed-20220503' of https://github...
2022-05-03 Marc-André... util: rename qemu_*block() socket functions
2022-05-03 Marc-André... tests: replace qemu_set_nonblock()
2022-05-03 Marc-André... net: replace qemu_set_nonblock()
2022-05-03 Marc-André... ui: replace qemu_set_nonblock()
2022-05-03 Marc-André... hw: replace qemu_set_nonblock()
2022-05-03 Marc-André... qga: replace qemu_set_nonblock()
2022-05-03 Marc-André... io: replace qemu_set{_non}block()
2022-05-03 Marc-André... chardev: replace qemu_set_nonblock()
2022-05-03 Marc-André... io: make qio_channel_command_new_pid() static
2022-05-03 Marc-André... Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
2022-05-03 Marc-André... io: replace pipe() with g_unix_open_pipe(CLOEXEC)
2022-05-03 Marc-André... virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)
2022-05-03 Marc-André... os-posix: replace pipe()+cloexec with g_unix_open_pipe...
2022-05-03 Marc-André... tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
2022-05-03 Marc-André... qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
2022-05-03 Marc-André... util: replace pipe()+cloexec with g_unix_open_pipe()
2022-05-03 Marc-André... Replace qemu_pipe() with g_unix_open_pipe()
2022-05-03 Marc-André... block: move fcntl_setfl()
2022-05-03 Marc-André... Use g_unix_set_fd_nonblocking()
2022-05-03 Marc-André... libqtest: split QMP part in libqmp
2022-05-03 Marc-André... tests: move libqtest.h back under qtest/
2022-05-03 Marc-André... Use QEMU_SANITIZE_ADDRESS
2022-05-03 Marc-André... Use QEMU_SANITIZE_THREAD
2022-05-03 Steven Leeaspeed/hace: Support AST1030 HACE
2022-05-02 Peter Delevoryashw/gpio/aspeed_gpio: Fix QOM pin property
2022-05-02 Steven Leetests/qtest: Add test for Aspeed HACE accumulative...
2022-05-02 Steven Leeaspeed/hace: Support AST2600 HACE
2022-05-02 Steven Leeaspeed/hace: Support HMAC Key Buffer register.
2022-05-02 Jae Hyun Yoohw/arm/aspeed: fix AST2500/AST2600 EVB fmc model
2022-05-02 Jamin Lintest/avocado/machine_aspeed.py: Add ast1030 test case
2022-05-02 Jamin Linaspeed: Add an AST1030 eval board
2022-05-02 Steven Leeaspeed/soc : Add AST1030 support
2022-05-02 Steven Leeaspeed/scu: Add AST1030 support
2022-05-02 Steven Leeaspeed/timer: Add AST1030 support
2022-05-02 Steven Leeaspeed/wdt: Add AST1030 support
2022-05-02 Steven Leeaspeed/wdt: Fix ast2500/ast2600 default reload value
2022-05-02 Steven Leeaspeed/smc: Add AST1030 support
2022-05-02 Steven Leeaspeed/adc: Add AST1030 support
2022-05-02 Joel Stanleyaspeed: Add eMMC Boot Controller stub
2022-05-02 Joel Stanleyaspeed: sbc: Correct default reset values
2022-05-02 Steven Leehw: aspeed_scu: Introduce clkin_25Mhz attribute
2022-05-02 Steven Leehw: aspeed_scu: Add AST2600 apb_freq and hpll calculati...
2022-05-01 Richard HendersonMerge tag 'pull-9p-20220501' of https://github.com...
2022-05-01 Christian Schoenebeck9pfs: fix qemu_mknodat() to always return -1 on error...
2022-05-01 Christian Schoenebeck9pfs: fix removing non-existent POSIX ACL xattr on...
2022-05-01 Christian Schoenebeck9pfs: fix wrong errno being sent to Linux client on...
2022-05-01 Christian Schoenebeck9pfs: fix wrong encoding of rdev field in Rgetattr...
2022-05-01 Christian Schoenebeck9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
2022-04-30 Christian Schoenebeck9pfs: fix qemu_mknodat(S_IFREG) on macOS
2022-04-30 Christian Schoenebeck9pfs: fix inode sequencing in 'synth' driver
2022-04-29 Richard HendersonMerge tag 'pull-riscv-to-apply-20220429' of github...
2022-04-29 Alistair Francishw/riscv: Enable TPM backends
2022-04-29 Alistair Francishw/riscv: virt: Add device plug support
next