Age | Commit message (Expand) | Author |
2023-06-02 | numa: Check for qemu_strtosz_MiB error | Eric Blake |
2023-06-01 | trace: remove code that depends on setting vcpu | Alex Bennée |
2023-06-01 | trace-events: remove the remaining vcpu trace events | Alex Bennée |
2023-05-26 | machine: do not crash if default RAM backend name has been stolen | Igor Mammedov |
2023-05-19 | hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0 | Leonardo Bras |
2023-05-16 | hw/core: Move machine-qmp-cmds.c into the target independent source set | Thomas Huth |
2023-05-16 | hw/core: Use a callback for target specific query-cpus-fast information | Thomas Huth |
2023-04-27 | multifd: Create property multifd-flush-after-each-section | Juan Quintela |
2023-04-20 | hw/core: Move numa.c into the target independent source set | Thomas Huth |
2023-04-20 | hw: Add compat machines for 8.1 | Cornelia Huck |
2023-04-12 | migration: Fix potential race on postcopy_qemufile_src | Peter Xu |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2023-03-10 | e1000e: Implement system clock | Akihiko Odaki |
2023-03-06 | hw: arm: Support direct boot for Linux/arm64 EFI zboot images | Ard Biesheuvel |
2023-03-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-03-02 | virtio-rng-pci: fix transitional migration compat for vectors | Dr. David Alan Gilbert |
2023-03-01 | Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ... | Paolo Bonzini |
2023-03-01 | qapi: Add 'acpi' field to 'query-machines' output | Peter Krempa |
2023-02-27 | hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus() | Philippe Mathieu-Daudé |
2023-02-27 | replay: Extract core API to 'exec/replay-core.h' | Philippe Mathieu-Daudé |
2023-02-27 | hw: Replace qemu_or_irq typedef by OrIRQState | Philippe Mathieu-Daudé |
2023-02-27 | hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() | Philippe Mathieu-Daudé |
2023-02-23 | hw/core: Improve the query-hotpluggable-cpus error message | Markus Armbruster |
2023-02-23 | hw/acpi: Move QMP command to hw/core/ | Markus Armbruster |
2023-02-23 | hw/core: Improve error message when machine doesn't provide NMIs | Markus Armbruster |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster |
2023-02-08 | Drop duplicate #include | Markus Armbruster |
2023-02-06 | virtio-mem: Migrate immutable properties early | David Hildenbrand |
2023-02-04 | machine: Move HMP commands from monitor/ to hw/core/ | Markus Armbruster |
2023-02-04 | machine: Move QMP commands from monitor/ to hw/core/ | Markus Armbruster |
2023-01-27 | virtio-rng-pci: fix migration compat for vectors | Dr. David Alan Gilbert |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2023-01-16 | accel/tcg: Add debuginfo support | Ilya Leoshkevich |
2023-01-13 | hw/core/qdev-properties-system: Allow the 'slew' policy only on x86 | Thomas Huth |
2023-01-11 | accel: introduce accelerator blocker API | Emanuele Giuseppe Esposito |
2023-01-09 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-01-08 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2023-01-08 | hw/acpi/aml-build: Only generate cluster node in PPTT when specified | Yicong Yang |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2023-01-06 | hw: Reduce "qemu/accel.h" inclusion | Philippe Mathieu-Daudé |
2023-01-05 | accel/tcg: Set cflags_next_tb in cpu_common_initfn | Richard Henderson |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck |
2022-12-16 | hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset | Peter Maydell |
2022-12-16 | hw: Remove device_legacy_reset() | Peter Maydell |
2022-12-16 | qdev: Remove qdev_reset_all() and qbus_reset_all() | Peter Maydell |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-12-14 | qapi qdev qom: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster |