aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
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
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27hw/core/resettable: fix reset level countingDamien Hedde
2022-10-26numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée
2022-09-07hw/core: fix platform bus node nameConor Dooley
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-06-15qdev: unplug blocker for devicesJagannathan Raman
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen
2022-05-24hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng
2022-05-24hw/core: Sync uboot_image.h from U-Boot v2022.01Bin Meng
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson