Commit Graph

  • 1cf9bc6eba Update version for v9.2.0-rc3 release master v9.2.0-rc3 Peter Maydell 2024-12-03 17:56:12 +0000
  • f07e0ad599 Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging staging Peter Maydell 2024-12-03 13:44:20 +0000
  • 712f7150a8 Merge tag 'hw-misc-20241203' of https://github.com/philmd/qemu into staging Peter Maydell 2024-12-03 13:44:05 +0000
  • b733701533 Merge tag 'pull-or1k-20241203' of https://github.com/stffrdhrn/qemu into staging Peter Maydell 2024-12-03 13:43:57 +0000
  • 3c8ab23fb3 chardev: Remove __-prefixed names Nicholas Piggin 2024-08-28 14:33:35 +1000
  • 651b386205 chardev: Fix record/replay error path NULL deref in device creation Nicholas Piggin 2024-08-28 14:33:34 +1000
  • 964d2a0cf8 system: Select HVF by default when no other accelerator is available Philippe Mathieu-Daudé 2024-12-03 10:36:16 +0100
  • d65c890a58 tests/qtest: add test for querying balloon guest stats Daniel P. Berrangé 2024-11-29 13:55:07 +0000
  • 8460459529 tests/qtest: drop 'fuzz-' prefix from virtio-balloon test Daniel P. Berrangé 2024-11-29 13:55:06 +0000
  • bff1050a56 hw/virtio: fix crash in processing balloon stats Daniel P. Berrangé 2024-11-29 13:55:05 +0000
  • 302075f85e hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset() Philippe Mathieu-Daudé 2024-11-28 18:54:09 +0100
  • 5311599cdc target/riscv: Avoid bad shift in riscv_cpu_do_interrupt() Peter Maydell 2024-11-28 10:38:31 +0000
  • 235560b3a7 hw/core/machine: diagnose wrapping of maxmem Daniel P. Berrangé 2024-11-27 11:40:57 +0000
  • 2dfe93699c MAINTAINERS: update email addr for Brian Cain Brian Cain 2024-11-23 08:46:40 -0800
  • 5162557574 meson: Add missing SDL dependency to system/main.c Philippe Mathieu-Daudé 2024-11-20 12:36:43 +0100
  • 9c3934b33c MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine Bibo Mao 2024-11-12 15:37:14 +0800
  • 9cf6e41fe2 ui/cocoa: Temporarily ignore annoying deprecated declaration warnings Philippe Mathieu-Daudé 2024-09-17 14:07:56 +0200
  • 5d8a250f90 hw/openrisc/openrisc_sim: keep serial@90000000 as default Ahmad Fatoum 2024-08-22 18:38:38 +0200
  • 79b38d61b5 hw/openrisc: Fixed undercounting of TTCR in continuous mode Joel Holdsworth 2024-06-07 15:29:33 -0700
  • 3eb43aeb16 hw/openrisc: Fixed undercounting of TTCR in continuous mode Joel Holdsworth 2024-06-07 15:29:33 -0700
  • 26dcf2be7e hw/openrisc/openrisc_sim: keep serial@90000000 as default Ahmad Fatoum 2024-08-22 18:38:38 +0200
  • 248f9209ed Merge tag 'pull-nvme-20241203' of https://gitlab.com/birkelund/qemu into staging Peter Maydell 2024-12-03 10:22:21 +0000
  • b2e64cb929 Merge tag 'migration-20241202-pull-request' of https://gitlab.com/peterx/qemu into staging Peter Maydell 2024-12-03 10:22:13 +0000
  • 6651f8f2e5 hw/nvme: take a reference on the subsystem on vf realization Klaus Jensen 2024-11-11 12:14:49 +0100
  • e85987786d hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero Klaus Jensen 2024-11-11 12:15:10 +0100
  • 149f6e90b5 hw/nvme: fix use/unuse of msix vectors Klaus Jensen 2024-11-10 20:26:23 +0100
  • 9162f10125 hw/nvme: fix msix_uninit with exclusive bar Klaus Jensen 2024-11-10 14:04:27 +0100
  • 3b83e66361 migration: correct multifd receive thread name Prasad Pandit 2024-11-27 16:45:28 +0530
  • eb22a06445 Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging Peter Maydell 2024-12-02 16:16:14 +0000
  • 92ee59bf56 tests/functional: increase timeouts for arm sx1 test Daniel P. Berrangé 2024-11-29 17:30:59 +0000
  • c78ba4341c tests/functional/test_virtio_version: Check for the availability of the machine Thomas Huth 2024-11-28 13:01:42 +0100
  • fe455260b0 tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest Thomas Huth 2024-11-28 12:50:19 +0100
  • 412df55286 Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging Peter Maydell 2024-12-02 12:31:39 +0000
  • e6214fd6d4 chardev/char-mux: make boolean bit check instead of find_next_bit() Roman Penyaev 2024-11-29 11:32:39 +0100
  • 188df56eab chardev/char-mux: shift unsigned long to avoid 32-bit overflow Roman Penyaev 2024-11-29 11:32:38 +0100
  • 72b88908d1 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging Peter Maydell 2024-11-29 10:09:05 +0000
  • 95ee23ed2d Merge tag 'pull-9p-20241128' of https://github.com/cschoenebeck/qemu into staging Peter Maydell 2024-11-29 10:08:53 +0000
  • eaab44ccc5 tests/9p: also check 'Tgetattr' in 'use-after-unlink' test Christian Schoenebeck 2024-11-24 17:05:32 +0100
  • c81e7219e0 9pfs: fix 'Tgetattr' after unlink Christian Schoenebeck 2024-11-24 16:50:03 +0100
  • 3bc4db4443 9pfs: remove obsolete comment in v9fs_getattr() Christian Schoenebeck 2024-11-24 16:06:40 +0100
  • 4ec9849650 tests/9p: add missing Rgetattr response name Christian Schoenebeck 2024-11-24 15:49:55 +0100
  • abf0f092c1 tests/9p: fix Rreaddir response name Christian Schoenebeck 2024-11-24 14:34:31 +0100
  • 462db8fb1d tests/9p: add 'use-after-unlink' test Christian Schoenebeck 2024-02-21 15:13:13 +0100
  • f2db23ede5 9pfs: cleanup V9fsFidState Christian Schoenebeck 2024-11-21 11:52:48 +0100
  • 3abb67323a scsi: megasas: Internal cdbs have 16-byte length Guenter Roeck 2023-02-28 09:11:29 -0800
  • 654076bc20 hvf: complete 1G page support Alexander Graf 2023-04-21 00:52:58 +0200
  • 0266aef8cd amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds Sairaj Kodilkar 2024-11-14 17:15:09 +0530
  • 24602b77f5 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging Peter Maydell 2024-11-28 10:50:20 +0000
  • 45069ea307 Merge tag 'pull-request-2024-11-27' of https://gitlab.com/thuth/qemu into staging Peter Maydell 2024-11-27 13:35:54 +0000
  • ef45f46f38 hw/pci: Remove unused pci_irq_pulse() method Philippe Mathieu-Daudé 2024-11-22 11:34:18 +0100
  • c00989aae8 tests/functional: Remove sleep workarounds from sh4 test Cédric Le Goater 2024-11-22 15:18:27 +0100
  • 0218f6c3b3 .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job Thomas Huth 2024-11-25 13:43:42 +0100
  • 4e035201b9 meson.build: Refuse XCode versions < v15.0 Thomas Huth 2024-11-26 09:10:54 +0100
  • 8046759201 tests/functional: Fix the running test case causes loongarch64 to hang Xianglai Li 2024-11-27 09:34:38 +0800
  • 16595bcd0e docs: Document that hvf on Arm is supported Akihiko Odaki 2024-11-27 16:14:38 +0900
  • 4a722d2e8e docs/devel/testing/functional: Clarify that we have to use the build folder Thomas Huth 2024-11-12 12:53:02 +0100
  • 7872e5fdf3 Update version for v9.2.0-rc2 release v9.2.0-rc2 Peter Maydell 2024-11-26 22:26:38 +0000
  • 571bdc97b8 vhost: fail device start if iotlb update fails Prasad Pandit 2024-11-07 17:02:47 +0530
  • 5d52529462 bios-tables-test: Add data for complex numa test (GI, GP etc) Jonathan Cameron 2024-11-07 12:34:46 +0000
  • 18afed7402 bios-tables-test: Add complex SRAT / HMAT test for GI GP Jonathan Cameron 2024-11-07 12:34:45 +0000
  • 2cb740932c bios-tables-test: Allow for new acpihmat-generic-x test data. Jonathan Cameron 2024-11-07 12:34:44 +0000
  • 37a14f24b4 qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2 Jonathan Cameron 2024-11-07 12:34:43 +0000
  • 13a4a6ba2b hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle() Jonathan Cameron 2024-11-07 12:34:42 +0000
  • e069c115e0 qapi: fix device-sync-config since-version Vladimir Sementsov-Ogievskiy 2024-11-08 10:19:57 +0300
  • c5e36a5a6a hw/cxl: Check for zero length features in cmd_features_set_feature() Jonathan Cameron 2024-11-08 17:58:14 +0000
  • e50a24ead1 tests/acpi: update expected blobs Igor Mammedov 2024-11-12 18:02:55 +0100
  • f2ba6ab621 Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug" Igor Mammedov 2024-11-12 18:02:54 +0100
  • cb36e2573a Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states" Igor Mammedov 2024-11-12 18:02:53 +0100
  • ef5e7aeaa6 qtest: allow ACPI DSDT Table changes Salil Mehta 2024-11-12 18:02:52 +0100
  • 16f6804c46 vhost_net: fix assertion triggered by batch of host notifiers processing zuoboqun 2024-11-15 16:03:12 +0800
  • 10bfa161fb Merge tag 'pull-ppc-for-9.2-2-20241127' of https://gitlab.com/npiggin/qemu into staging Peter Maydell 2024-11-26 20:16:26 +0000
  • 7cbea81618 Merge tag 'pull-target-arm-20241126' of https://git.linaro.org/people/pmaydell/qemu-arm into staging Peter Maydell 2024-11-26 17:02:44 +0000
  • 0805136a44 hw/ppc/pegasos2: Fix IRQ routing from pci.0 BALATON Zoltan 2024-11-25 15:48:45 +1000
  • e8185fdc63 ppc/spapr: fix drc index mismatch for partially enabled vcpus Harsh Prateek Bora 2024-11-25 16:43:34 +1000
  • 5e39814916 ppc/pnv: Add xscom- prefix to pervasive-control region name Nicholas Piggin 2024-08-29 16:26:43 +1000
  • 2fc0a78a57 target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket Glenn Miles 2024-11-14 15:21:19 -0600
  • 96746f7a95 ppc/pnv: Fix direct controls quiesce Nicholas Piggin 2024-11-11 15:23:29 +1000
  • fa416ae615 target/ppc: Fix non-maskable interrupt while halted Nicholas Piggin 2024-11-11 16:37:49 +1000
  • d8790ead55 docs/system/arm/aspeed: add missing model supermicrox11spi-bmc Pierrick Bouvier 2024-11-22 14:50:49 -0800
  • 23055b1310 docs/system/arm/fby35: update link to product page Pierrick Bouvier 2024-11-22 14:50:44 -0800
  • e8319a3227 docs/system/arm/: add FEAT_DoubleLock Pierrick Bouvier 2024-11-22 14:50:43 -0800
  • 7ddaf0ea2a docs/system/arm/: add FEAT_MTE_ASYNC Pierrick Bouvier 2024-11-22 14:50:42 -0800
  • 2b65ea8659 target/arm/tcg/: fix typo in FEAT name Pierrick Bouvier 2024-11-22 14:50:41 -0800
  • 4fc5ec4c9c docs/system/arm/emulation: add FEAT_SSBS2 Pierrick Bouvier 2024-11-22 14:50:40 -0800
  • 75c1f8d1c9 docs/system/arm/emulation: fix typo in feature name Pierrick Bouvier 2024-11-22 14:50:39 -0800
  • c36fb96d9d docs/system/arm/emulation: mention armv9 Pierrick Bouvier 2024-11-22 14:50:38 -0800
  • a0dfe58acd target/arm/tcg/cpu32.c: swap ATCM and BTCM register names Michael Tokarev 2024-11-26 16:12:09 +0000
  • ba54a7e6b8 Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging Peter Maydell 2024-11-26 14:06:39 +0000
  • 1af7cba50c Merge tag 'migration-20241125-pull-request' of https://gitlab.com/peterx/qemu into staging Peter Maydell 2024-11-26 14:06:31 +0000
  • b8ee011e40 Merge tag 'pull-9.2-rc2-updates-251124-1' of https://gitlab.com/stsquad/qemu into staging Peter Maydell 2024-11-26 11:33:48 +0000
  • 9379ea9db3 virtio-net: Add queues before loading them Akihiko Odaki 2024-10-22 15:49:01 +0900
  • 59c390d95b migration: Fix extra cleanup at postcopy listen Fabiano Rosas 2024-11-25 16:11:28 -0300
  • 87ae45e602 migration: Allow pipes to keep working for fd migrations Peter Xu 2024-11-20 11:01:32 -0500
  • bd5629db93 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging Peter Maydell 2024-11-25 16:28:15 +0000
  • 791e3837c1 Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging Peter Maydell 2024-11-25 10:44:11 +0000
  • f8f5923808 tests/functional: Remove sleep workarounds from Aspeed tests Cédric Le Goater 2024-11-22 10:03:22 +0100
  • f9ab0f4678 tests/functional: Convert Aspeed arm SDK tests Cédric Le Goater 2024-11-22 10:03:21 +0100
  • c95309b221 tests/functional: Convert Aspeed aarch64 SDK tests Cédric Le Goater 2024-11-22 10:03:20 +0100
  • 270c81b7d5 docs: explicitly permit a "commonly known identity" with SoB Daniel P. Berrangé 2024-11-21 16:58:06 +0000
  • f7ceab1e30 rust/pl011: Fix range checks for device ID accesses Junjie Mao 2024-11-21 16:58:05 +0000