Age | Commit message (Expand) | Author | Files | Lines |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 1 | -21/+21 |
2023-03-10 | e1000e: Implement system clock | Akihiko Odaki | 1 | -0/+1 |
2023-03-06 | hw: arm: Support direct boot for Linux/arm64 EFI zboot images | Ard Biesheuvel | 1 | -0/+91 |
2023-03-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 1 | -0/+2 |
2023-03-02 | virtio-rng-pci: fix transitional migration compat for vectors | Dr. David Alan Gilbert | 1 | -0/+2 |
2023-03-01 | Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ... | Paolo Bonzini | 2 | -2/+2 |
2023-03-01 | qapi: Add 'acpi' field to 'query-machines' output | Peter Krempa | 1 | -0/+1 |
2023-02-27 | hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | replay: Extract core API to 'exec/replay-core.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | hw: Replace qemu_or_irq typedef by OrIRQState | Philippe Mathieu-Daudé | 1 | -9/+9 |
2023-02-27 | hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() | Philippe Mathieu-Daudé | 1 | -5/+4 |
2023-02-23 | hw/core: Improve the query-hotpluggable-cpus error message | Markus Armbruster | 1 | -2/+1 |
2023-02-23 | hw/acpi: Move QMP command to hw/core/ | Markus Armbruster | 1 | -0/+18 |
2023-02-23 | hw/core: Improve error message when machine doesn't provide NMIs | Markus Armbruster | 1 | -2/+1 |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster | 1 | -1/+0 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 1 | -1/+0 |
2023-02-06 | virtio-mem: Migrate immutable properties early | David Hildenbrand | 1 | -1/+3 |
2023-02-04 | machine: Move HMP commands from monitor/ to hw/core/ | Markus Armbruster | 1 | -0/+208 |
2023-02-04 | machine: Move QMP commands from monitor/ to hw/core/ | Markus Armbruster | 1 | -0/+144 |
2023-01-27 | virtio-rng-pci: fix migration compat for vectors | Dr. David Alan Gilbert | 1 | -0/+1 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 2 | -6/+6 |
2023-01-16 | accel/tcg: Add debuginfo support | Ilya Leoshkevich | 1 | -0/+5 |
2023-01-13 | hw/core/qdev-properties-system: Allow the 'slew' policy only on x86 | Thomas Huth | 1 | -1/+27 |
2023-01-11 | accel: introduce accelerator blocker API | Emanuele Giuseppe Esposito | 1 | -0/+2 |
2023-01-09 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 2 | -0/+3 |
2023-01-08 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -0/+1 |
2023-01-08 | hw/acpi/aml-build: Only generate cluster node in PPTT when specified | Yicong Yang | 1 | -0/+2 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 1 | -0/+1 |
2023-01-06 | hw: Reduce "qemu/accel.h" inclusion | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-01-05 | accel/tcg: Set cflags_next_tb in cpu_common_initfn | Richard Henderson | 1 | -0/+1 |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck | 1 | -0/+3 |
2022-12-16 | hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset | Peter Maydell | 1 | -3/+4 |
2022-12-16 | hw: Remove device_legacy_reset() | Peter Maydell | 2 | -11/+0 |
2022-12-16 | qdev: Remove qdev_reset_all() and qbus_reset_all() | Peter Maydell | 2 | -59/+0 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 4 | -9/+3 |
2022-12-14 | qapi qdev qom: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+1 |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster | 4 | -18/+11 |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster | 1 | -4/+1 |
2022-12-14 | error: Move ERRP_GUARD() to the beginning of the function | Markus Armbruster | 1 | -2/+1 |
2022-12-14 | error: Drop a few superfluous ERRP_GUARD() | Markus Armbruster | 1 | -2/+0 |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster | 1 | -1/+1 |
2022-11-07 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -4/+4 |
2022-11-07 | hmat acpi: Don't require initiator value in -numa | Brice Goglin | 1 | -3/+1 |
2022-11-07 | virtio: core: vq reset feature negotation support | Kangjie Xu | 1 | -1/+3 |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana | 1 | -2/+15 |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana | 1 | -1/+1 |
2022-10-30 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Stefan Hajnoczi | 1 | -3/+23 |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 1 | -1/+16 |
2022-10-27 | hw/core/resettable: fix reset level counting | Damien Hedde | 1 | -2/+1 |
2022-10-26 | numa: use QLIST_FOREACH_SAFE() for RAM block notifiers | Stefan Hajnoczi | 1 | -3/+6 |