Commit Graph

  • 50d0bfd0ed Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quintela/qemu into staging Stefan Hajnoczi 2023-10-02 14:42:44 -04:00
  • 5d7e601df3 Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into staging Stefan Hajnoczi 2023-10-02 14:42:30 -04:00
  • a3108b2d92 Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into staging Stefan Hajnoczi 2023-10-02 14:42:17 -04:00
  • 5b0d1a8395 Merge tag 'pull-tcg-20230928' of https://gitlab.com/rth7680/qemu into staging Stefan Hajnoczi 2023-10-02 14:42:05 -04:00
  • 5436f1b1c3 Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into staging Stefan Hajnoczi 2023-10-02 14:25:16 -04:00
  • ce43e84260 Makefile: build plugins before running TCG tests Paolo Bonzini 2023-09-28 09:53:55 +02:00
  • a6601761f6 Create libafl_qemu_handle_crash Andrea Fioraldi 2023-10-02 10:32:30 +02:00
  • 9c53d369e5 migration/rdma: Simplify the function that saves a page Juan Quintela 2023-05-15 21:57:08 +02:00
  • 9f51fe9239 migration: Remove unused qemu_file_credit_transfer() Juan Quintela 2023-05-15 21:57:07 +02:00
  • 2ebe5d4d5a migration/rdma: Don't use imaginary transfers Juan Quintela 2023-05-15 21:57:06 +02:00
  • e33780351c migration/rdma: Remove QEMUFile parameter when not used Juan Quintela 2023-05-15 21:57:05 +02:00
  • 19df4f3226 migration/RDMA: It is accounting for zero/normal pages in two places Juan Quintela 2023-05-15 21:57:04 +02:00
  • 67c31c9c1a migration: Don't abuse qemu_file transferred for RDMA Juan Quintela 2023-05-15 21:57:03 +02:00
  • f16ecfa9f9 migration: Use qemu_file_transferred_noflush() for block migration. Juan Quintela 2023-05-30 20:39:24 +02:00
  • f4e1b61336 migration: Refactor repeated call of yank_unregister_instance Tejus GK 2023-06-21 13:09:40 +00:00
  • 0368ace8f9 migration-test: simplify shmem_opts handling Juan Quintela 2023-06-09 00:49:04 +02:00
  • 22d3c6e16c migration-test: dirtylimit checks for x86_64 arch before Juan Quintela 2023-06-09 00:49:11 +02:00
  • 0c690d3e2a migration-test: Add bootfile_create/delete() functions Juan Quintela 2023-06-09 00:49:10 +02:00
  • 877cec63d7 migration-test: bootpath is the same for all tests and for all archs Juan Quintela 2023-06-09 00:49:09 +02:00
  • 71d3612401 migration-test: Create kvm_opts Juan Quintela 2023-06-09 00:49:08 +02:00
  • ecac521e48 Make host_signal_handler a symbol Andrea Fioraldi 2023-09-29 15:16:15 +02:00
  • f14fb258f3 Merge remote-tracking branch 'upstream/master' into main Andrea Fioraldi 2023-09-29 15:14:51 +02:00
  • 4dba9141f9 disas/m68k: clean up local variable shadowing Laurent Vivier 2023-09-25 10:44:55 +02:00
  • f193d0bde7 hw/nvme: Clean up local variable shadowing in nvme_ns_init() Klaus Jensen 2023-09-25 08:05:05 +02:00
  • 5567fa825a softmmu/device_tree: Fixup local variables shadowing Alistair Francis 2023-09-25 14:30:23 +10:00
  • f3f65c4022 target/riscv: vector_helper: Fixup local variables shadowing Alistair Francis 2023-09-25 14:30:22 +10:00
  • 29332994d8 target/riscv: cpu: Fixup local variables shadowing Alistair Francis 2023-09-25 14:30:21 +10:00
  • 010f5557ab hw/riscv: opentitan: Fixup local variables shadowing Alistair Francis 2023-09-25 14:30:20 +10:00
  • e161785c05 qemu-nbd: changes towards enabling -Wshadow=local Eric Blake 2023-09-22 15:50:20 -05:00
  • 0d57919acf seccomp: avoid shadowing of 'action' variable Daniel P. Berrangé 2023-09-22 17:06:44 +01:00
  • 3cc9fe177f crypto: remove shadowed 'ret' variable Daniel P. Berrangé 2023-09-22 17:06:43 +01:00
  • a082739eb3 intel_iommu: Fix shadow local variables on "size" Peter Xu 2023-09-22 12:04:10 -04:00
  • 62fcc4e872 aspeed/timer: Clean up local variable shadowing Cédric Le Goater 2023-09-22 17:59:24 +02:00
  • e407513d28 aspeed/i3c: Rename variable shadowing a local Cédric Le Goater 2023-09-22 17:59:23 +02:00
  • e8874c06a7 aspeed: Clean up local variable shadowing Cédric Le Goater 2023-09-22 17:59:22 +02:00
  • ce6c368d96 aspeed/i2c: Clean up local variable shadowing Cédric Le Goater 2023-09-22 17:59:21 +02:00
  • 84abccdd39 hw/arm/smmuv3-internal.h: Don't use locals in statement macros Peter Maydell 2023-09-22 16:29:44 +01:00
  • 9e2135ee93 hw/arm/smmuv3.c: Avoid shadowing variable Peter Maydell 2023-09-22 16:29:43 +01:00
  • b2e7e2048b hw/misc/arm_sysctl.c: Avoid shadowing local variable Peter Maydell 2023-09-22 16:29:42 +01:00
  • 33b3b4aded hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd() Peter Maydell 2023-09-22 16:29:41 +01:00
  • 7b393b7142 hw/acpi: changes towards enabling -Wshadow=local Ani Sinha 2023-09-22 18:12:02 +05:30
  • d8573092a4 test-throttle: don't shadow 'index' variable in do_test_accounting() Alberto Garcia 2023-09-22 12:57:42 +02:00
  • 8cf52ff5c7 spapr/drc: Clean up local variable shadowing in prop_get_fdt() Cédric Le Goater 2023-09-18 16:58:50 +02:00
  • 15675f2318 spapr/pci: Clean up local variable shadowing in spapr_phb_realize() Cédric Le Goater 2023-09-18 16:58:49 +02:00
  • bea3d6e745 spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector() Cédric Le Goater 2023-09-18 16:58:48 +02:00
  • 01a78f23cb spapr: Clean up local variable shadowing in spapr_get_fw_dev_path() Cédric Le Goater 2023-09-18 16:58:47 +02:00
  • c0b648d9e9 spapr: Clean up local variable shadowing in spapr_init_cpus() Cédric Le Goater 2023-09-18 16:58:46 +02:00
  • bd87a59f52 spapr: Clean up local variable shadowing in spapr_dt_cpus() Cédric Le Goater 2023-09-18 16:58:45 +02:00
  • 694616d684 pnv/psi: Clean up local variable shadowing Cédric Le Goater 2023-09-18 16:58:44 +02:00
  • 90231ce1a3 hw/ppc: Clean up local variable shadowing in _FDT helper routine Cédric Le Goater 2023-09-18 16:58:43 +02:00
  • 1cc0c5dd38 hw/intc/openpic: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:28:23 +02:00
  • 5e0528a725 hw/core/machine: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:28:22 +02:00
  • 6ba9b60a93 softmmu/physmem: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:34 +02:00
  • 083f450f65 softmmu/memory: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:33 +02:00
  • 720d6bcdbb sysemu/device_tree: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:32 +02:00
  • 7f087a3237 linux-user/strace: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:31 +02:00
  • fbf58f2141 util/vhost-user-server: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:29 +02:00
  • 5f6d4f79af crypto/cipher-gnutls.c: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:28 +02:00
  • 1728593a82 net/eth: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:27 +02:00
  • 09e24b10de hw/nios2: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:26 +02:00
  • 4705c8e5a2 hw/microblaze: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:25 +02:00
  • 5f87dddbc2 hw/m68k: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:24 +02:00
  • 2f6037a235 hw/arm/allwinner: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:21 +02:00
  • c7f14e4898 hw/arm/virt: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:20 +02:00
  • 807e4d1d21 hw/arm/armv7m: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:19 +02:00
  • 81b8056a41 target/tricore: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:18 +02:00
  • 574d572545 target/m68k: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:17 +02:00
  • 92e0ef7d90 target/mips: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:16 +02:00
  • 5a3d2c3562 target/arm/hvf: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:15 +02:00
  • d54deb2a07 target/arm/tcg: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:14 +02:00
  • 9a239c6eae tcg: Clean up local variable shadowing Philippe Mathieu-Daudé 2023-09-04 18:12:13 +02:00
  • 4c545a05ab meson: clean up static_library keyword arguments Paolo Bonzini 2023-09-27 15:48:31 +02:00
  • f0df613b98 make-release: do not ship dtc sources Paolo Bonzini 2023-09-26 12:31:40 +02:00
  • 946f7c0903 pc: remove short_root_bus property Paolo Bonzini 2023-09-22 11:54:02 +02:00
  • fa4ec9ffda e1000: remove old compatibility code Paolo Bonzini 2023-09-22 11:52:11 +02:00
  • 7191f24c7f accel/kvm/kvm-all: Handle register access errors Akihiko Odaki 2022-12-01 19:27:28 +09:00
  • 35ed01ba54 optionrom: Remove build-id section Fabiano Rosas 2023-09-26 16:25:02 -03:00
  • ceada00084 target/tricore: Change effective address (ea) to target_ulong Bastian Koppelmann 2023-09-13 12:53:26 +02:00
  • 824b2cb39c target/tricore: Remove CSFRs from cpu.h Bastian Koppelmann 2023-09-13 12:53:25 +02:00
  • 76bc63d7ed tests/tcg: Reset result register after each test Bastian Koppelmann 2023-09-13 12:53:19 +02:00
  • 6d55999644 hw/tricore: Log failing test in testdevice Bastian Koppelmann 2023-09-13 12:53:18 +02:00
  • bb71846325 qobject atomics osdep: Make a few macros more hygienic Markus Armbruster 2023-09-21 14:13:12 +02:00
  • fb2575f954 block: Clean up local variable shadowing Markus Armbruster 2023-09-21 14:13:11 +02:00
  • d25b99c72b block/vdi: Clean up local variable shadowing Markus Armbruster 2023-09-21 14:13:10 +02:00
  • 6a0f7ff7dd block/dirty-bitmap: Clean up local variable shadowing Markus Armbruster 2023-09-21 14:13:09 +02:00
  • e33e66b1b3 ui: Clean up local variable shadowing Markus Armbruster 2023-09-21 14:13:08 +02:00
  • 7f3de3f02f migration: Clean up local variable shadowing Markus Armbruster 2023-09-21 14:13:07 +02:00
  • bbde656263 migration/rdma: Fix save_page method to fail on polling error Markus Armbruster 2023-09-21 14:13:06 +02:00
  • 18a536f1f8 accel/tcg: Always require can_do_io Richard Henderson 2023-09-12 19:08:11 -07:00
  • 200c1f904f accel/tcg: Always set CF_LAST_IO with CF_NOIRQ Richard Henderson 2023-09-14 08:36:11 -07:00
  • a2f99d484c accel/tcg: Improve setting of can_do_io at start of TB Richard Henderson 2023-09-14 08:26:47 -07:00
  • 0ca41ccf1c accel/tcg: Track current value of can_do_io in the TB Richard Henderson 2023-09-14 08:06:14 -07:00
  • 5d97e94638 accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop Richard Henderson 2023-09-14 07:48:39 -07:00
  • f47a90dacc accel/tcg: Avoid load of icount_decr if unused Richard Henderson 2023-09-14 07:39:07 -07:00
  • 8c3cf3f2bd tests/tcg/tricore: Extended and non-extened regs now match Bastian Koppelmann 2023-09-13 12:53:17 +02:00
  • 4f79db4750 target/tricore: Fix FTOUZ being ISA v1.3.1 up Bastian Koppelmann 2023-08-28 13:26:51 +02:00
  • 1f22db1953 target/tricore: Replace cpu_*_code with translator_* Bastian Koppelmann 2023-08-28 13:26:50 +02:00
  • 222ff2d358 target/tricore: Swap src and dst reg for RCRR_INSERT Bastian Koppelmann 2023-08-28 13:26:49 +02:00
  • 23fa6f56b3 target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 Bastian Koppelmann 2023-08-28 13:26:48 +02:00
  • 5e0e06d9a2 target/tricore: Implement hptof insn Bastian Koppelmann 2023-08-28 13:26:47 +02:00