aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2023-04-20hw/core: Move numa.c into the target independent source setThomas Huth
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-03-10e1000e: Implement system clockAkihiko Odaki
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert
2023-03-01Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...Paolo Bonzini
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa
2023-02-27hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé
2023-02-27hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster
2023-01-27virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2023-01-13hw/core/qdev-properties-system: Allow the 'slew' policy only on x86Thomas Huth
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé
2023-01-05accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-16hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell
2022-12-16hw: Remove device_legacy_reset()Peter Maydell
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07hmat acpi: Don't require initiator value in -numaBrice Goglin
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana