summary refs log tree commit diff stats
path: root/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* virtio-mem: Migrate immutable properties earlyDavid Hildenbrand2023-02-061-1/+3
* machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster2023-02-041-0/+208
* machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster2023-02-041-0/+144
* virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert2023-01-271-0/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-182-6/+6
* accel/tcg: Add debuginfo supportIlya Leoshkevich2023-01-161-0/+5
* hw/core/qdev-properties-system: Allow the 'slew' policy only on x86Thomas Huth2023-01-131-1/+27
* accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2023-01-111-0/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-01-092-0/+3
|\
| * hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang2023-01-081-0/+2
| * include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-0/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-01-081-0/+1
|\ \ | |/ |/|
| * hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé2023-01-061-0/+1
* | accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson2023-01-051-0/+1
|/
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-0/+3
* hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell2022-12-161-3/+4
* hw: Remove device_legacy_reset()Peter Maydell2022-12-162-11/+0
* qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell2022-12-162-59/+0
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-154-9/+3
|\
| * qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-141-4/+1
| * error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster2022-12-141-2/+1
| * error: Drop a few superfluous ERRP_GUARD()Markus Armbruster2022-12-141-2/+0
| * Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* | qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
* | qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-144-18/+11
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-071-4/+4
|\
| * hmat acpi: Don't require initiator value in -numaBrice Goglin2022-11-071-3/+1
| * virtio: core: vq reset feature negotation supportKangjie Xu2022-11-071-1/+3
* | module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-2/+15
* | module: rename module_load_one to module_loadClaudio Fontana2022-11-061-1/+1
|/
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-3/+23
|\
| * numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi2022-10-261-3/+6
| * numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi2022-10-261-0/+17
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-1/+16
* | hw/core/resettable: fix reset level countingDamien Hedde2022-10-271-2/+1
|/
* hw/core: Tidy up unnecessary casting away of constMarkus Armbruster2022-10-221-2/+3
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-2/+1
* hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée2022-10-031-3/+2
* hw/core: fix platform bus node nameConor Dooley2022-09-071-1/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-0/+3
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* qdev: unplug blocker for devicesJagannathan Raman2022-06-151-0/+24
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-101-28/+0
|\
| * hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-091-6/+0
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-091-22/+0
* | hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-102-40/+43
|/
* hw/nvme: do not auto-generate eui64Klaus Jensen2022-06-031-0/+1
* hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng2022-05-241-0/+15
* hw/core: Sync uboot_image.h from U-Boot v2022.01Bin Meng2022-05-241-71/+142