qemu /
qemu /
9de754d30d54b9d5d2ba0756bcbd63625c82e63c - 9de754d target/ppc: Remove msr_hv macro by Víctor Colombo · 2 years, 11 months ago
- ca24195 target/ppc: Remove msr_ts macro by Víctor Colombo · 2 years, 11 months ago
- da806a6 target/ppc: Remove msr_fe0 and msr_fe1 macros by Víctor Colombo · 2 years, 11 months ago
- 5024233 target/ppc: Remove msr_ep macro by Víctor Colombo · 2 years, 11 months ago
- e4eea6e target/ppc: Remove msr_dr macro by Víctor Colombo · 2 years, 11 months ago
- 4d979c9 target/ppc: Remove msr_ir macro by Víctor Colombo · 2 years, 11 months ago
- cda2336 target/ppc: Remove msr_cm macro by Víctor Colombo · 2 years, 11 months ago
- 39695e1 target/ppc: Remove msr_fp macro by Víctor Colombo · 2 years, 11 months ago
- 10b2b37 target/ppc: Remove msr_gs macro by Víctor Colombo · 2 years, 11 months ago
- c354d85 target/ppc: Remove msr_me macro by Víctor Colombo · 2 years, 11 months ago
- 8e54ad6 target/ppc: Remove msr_pow macro by Víctor Colombo · 2 years, 11 months ago
- acc861c target/ppc: Remove msr_ce macro by Víctor Colombo · 2 years, 11 months ago
- 0939b8f target/ppc: Remove msr_ee macro by Víctor Colombo · 2 years, 11 months ago
- 3868540 target/ppc: Remove msr_ile macro by Víctor Colombo · 2 years, 11 months ago
- 2636361 target/ppc: Remove msr_ds macro by Víctor Colombo · 2 years, 11 months ago
- 1922322 target/ppc: Remove msr_le macro by Víctor Colombo · 2 years, 11 months ago
- d41ccf6 target/ppc: Remove msr_pr macro by Víctor Colombo · 2 years, 11 months ago
- 92984c9 target/ppc: Remove unused msr_* macros by Víctor Colombo · 2 years, 11 months ago
- 208d803 target/ppc: Remove fpscr_* macros from cpu.h by Víctor Colombo · 2 years, 11 months ago
- f657721 ppc/xive: Update the state of the External interrupt signal by Frederic Barrat · 2 years, 11 months ago
- a66257a ppc/xive: Always recompute the PIPR when pushing an OS context by Frederic Barrat · 2 years, 11 months ago
- 9725235 vhost-user: Use correct macro name TARGET_PPC64 by Murilo Opsfelder Araujo · 2 years, 11 months ago
- 1220ab3 target/ppc: Fix BookE debug interrupt generation by Bin Meng · 3 years ago
- 55baf4b target/ppc: init 'rmmu_info' in kvm_get_radix_page_info() by Daniel Henrique Barboza · 3 years ago
- b339427 target/ppc: init 'sregs' in kvmppc_put_books_sregs() by Daniel Henrique Barboza · 3 years ago
- 5941157 target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr() by Daniel Henrique Barboza · 3 years ago
- 942069e target/ppc: initialize 'val' union in kvm_get_one_spr() by Daniel Henrique Barboza · 3 years ago
- e91b899 Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Richard Henderson · 2 years, 11 months ago
- 99a50d1 target/arm: read access to performance counters from EL0 by Alex Zuepke · 2 years, 11 months ago
- 25e168a target/arm: Add isar_feature_{aa64,any}_ras by Richard Henderson · 2 years, 11 months ago
- ca56aac target/arm: Add isar predicates for FEAT_Debugv8p2 by Richard Henderson · 2 years, 11 months ago
- 7d00b4d target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- 1859f8c target/arm: Reformat comments in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- dc44545 target/arm: Perform override check early in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- 10748a9 target/arm: Hoist isbanked computation in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- 4c8c454 target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- cc946d96 target/arm: Consolidate cpreg updates in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- cac6529 target/arm: Hoist computation of key in add_cpreg_to_hashtable by Richard Henderson · 2 years, 11 months ago
- c27f5d3 target/arm: Merge allocation of the cpreg and its name by Richard Henderson · 2 years, 11 months ago
- 5860362 target/arm: Store cpregs key in the hash table directly by Richard Henderson · 2 years, 11 months ago
- 9da35a4 target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases by Richard Henderson · 2 years, 11 months ago
- cbe6458 target/arm: Name CPSecureState type by Richard Henderson · 2 years, 11 months ago
- d95101d target/arm: Name CPState type by Richard Henderson · 2 years, 11 months ago
- 3910733 target/arm: Change cpreg access permissions to enum by Richard Henderson · 2 years, 11 months ago
- d385a60 target/arm: Avoid bare abort() or assert(0) by Richard Henderson · 2 years, 11 months ago
- 87c3f0f target/arm: Reorg ARMCPRegInfo type field bits by Richard Henderson · 2 years, 11 months ago
- 10b0220 target/arm: Make some more cpreg data static const by Richard Henderson · 2 years, 11 months ago
- 5809ac5 target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h by Richard Henderson · 2 years, 11 months ago
- 330477e target/arm: Reorg CPAccessResult and access_check_cp_reg by Richard Henderson · 2 years, 11 months ago
- cf7c6d1 target/arm: Split out cpregs.h by Richard Henderson · 2 years, 11 months ago
- cda86e2 target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user by Richard Henderson · 2 years, 11 months ago
- 5d51042 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging by Richard Henderson · 2 years, 11 months ago
- 1fba9dc Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into staging by Richard Henderson · 2 years, 11 months ago
- c1fe694 coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS() by Stefan Hajnoczi · 3 years, 1 month ago
- ac387a0 coroutine: use QEMU_DEFINE_STATIC_CO_TLS() by Stefan Hajnoczi · 3 years, 1 month ago
- 34145a3 coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS() by Stefan Hajnoczi · 3 years, 1 month ago
- ecf3200 iotests/reopen-file: Test reopening file child by Hanna Reitz · 3 years ago
- 6d17e28 block/vmdk: Fix reopening bs->file by Hanna Reitz · 3 years ago
- 96edda8 iotests: Add regression test for issue 945 by Hanna Reitz · 2 years, 11 months ago
- ccfaf78 Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions" by Hanna Reitz · 2 years, 11 months ago
- 06e9cd1 qcow2: Do not reopen data_file in invalidate_cache by Hanna Reitz · 2 years, 11 months ago
- 15aee7a block: Classify bdrv_get_flags() as I/O function by Hanna Reitz · 2 years, 11 months ago
- a81d8d4 vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG by Kevin Wolf · 3 years ago
- 5ebfdeb libvhost-user: Fix extra vu_add/rem_mem_reg reply by Kevin Wolf · 3 years ago
- 31009d1 docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG by Kevin Wolf · 3 years ago
- 8e28b65 qemu-img: properly list formats which have consistency check implemented by Denis V. Lunev · 3 years ago
- 9cf289a Merge tag 'qga-pull-request' of gitlab.com:marcandre.lureau/qemu into staging by Richard Henderson · 2 years, 11 months ago
- 2266888 qga: Introduce disk smart by zhenwei pi · 3 years ago
- d48f61c qga: Introduce NVMe disk bus type by zhenwei pi · 3 years ago
- c8ec041 qga/commands-posix: 'guest-shutdown' for Solaris by Andrew Deason · 3 years ago
- a539dc8 qga/commands-posix: Log all net stats failures by Andrew Deason · 3 years ago
- 70335c4 qga/commands-posix: Fix listing ifaces for Solaris by Andrew Deason · 3 years ago
- aec0730 qga/commands-posix: Fix iface hw address detection by Andrew Deason · 3 years ago
- 59e35c7 qga/commands-posix: Use getifaddrs when available by Andrew Deason · 3 years ago
- 0c5c4d5 tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c by Ilya Leoshkevich · 2 years, 11 months ago
- 9992f57 disas: Remove old libopcode s390 disassembler by Thomas Huth · 3 years ago
- bc556c6 tests/tcg/s390x: Tests for Vector Enhancements Facility 2 by David Miller · 2 years, 11 months ago
- 4f9b6c7 target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model by David Miller · 2 years, 11 months ago
- d621f7b target/s390x: vxeh2: vector {load, store} byte reversed element by David Miller · 2 years, 11 months ago
- f4dd00f target/s390x: vxeh2: vector {load, store} byte reversed elements by David Miller · 2 years, 11 months ago
- 1d26a02 target/s390x: vxeh2: vector {load, store} elements reversed by David Miller · 2 years, 11 months ago
- ed9ce86 target/s390x: vxeh2: vector shift double by bit by David Miller · 2 years, 11 months ago
- b7a50eb target/s390x: vxeh2: Update for changes to vector shifts by David Miller · 2 years, 11 months ago
- 1d706f3 target/s390x: vxeh2: vector string search by David Miller · 2 years, 11 months ago
- acc2d3a target/s390x: vxeh2: vector convert short/32b by David Miller · 2 years, 11 months ago
- 46be842 tcg: Implement tcg_gen_{h,w}swap_{i32,i64} by Richard Henderson · 2 years, 11 months ago
- d98ed7d s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG by David Hildenbrand · 2 years, 11 months ago
- 4756b10 s390x/cpu_models: drop "msa5" from the TCG "max" model by David Hildenbrand · 2 years, 11 months ago
- db67a6f target/s390x: Fix writeback to v1 in helper_vstl by Richard Henderson · 2 years, 11 months ago
- 2e3408b Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging by Richard Henderson · 2 years, 11 months ago
- 5f14cfe Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into staging by Richard Henderson · 2 years, 11 months ago
- ff5927b util: rename qemu_*block() socket functions by Marc-André Lureau · 3 years ago
- b2670d1 tests: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- a820862 net: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- c7b1172 ui: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- 701544c hw: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- b0a8f9ad qga: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- 17fc124 io: replace qemu_set{_non}block() by Marc-André Lureau · 3 years ago
- b84bb4d chardev: replace qemu_set_nonblock() by Marc-André Lureau · 3 years ago
- 05e50e8 io: make qio_channel_command_new_pid() static by Marc-André Lureau · 3 years ago