aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2023-09-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+10
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov1-0/+8
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras1-0/+1
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu1-0/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson2-0/+3
2023-03-20replace TABs with spacesYeqi Fu1-21/+21
2023-03-10e1000e: Implement system clockAkihiko Odaki1-0/+1
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel1-0/+91
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+2
2023-03-02virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert1-0/+2
2023-03-01Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...Paolo Bonzini2-2/+2
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa1-0/+1
2023-02-27hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé1-1/+1
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé1-9/+9
2023-02-27hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-5/+4
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster1-2/+1
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster1-0/+18
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster1-2/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand1-1/+3
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster1-0/+208
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster1-0/+144
2023-01-27virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2-6/+6
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich1-0/+5
2023-01-13hw/core/qdev-properties-system: Allow the 'slew' policy only on x86Thomas Huth1-1/+27
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito1-0/+2
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2-0/+3
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+1
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang1-0/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-0/+1
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé1-0/+1
2023-01-05accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson1-0/+1
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-0/+3
2022-12-16hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell1-3/+4
2022-12-16hw: Remove device_legacy_reset()Peter Maydell2-11/+0
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell2-59/+0
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell4-9/+3
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster4-18/+11
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster1-2/+1
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-2/+0
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-4/+4
2022-11-07hmat acpi: Don't require initiator value in -numaBrice Goglin1-3/+1
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu1-1/+3
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-2/+15