aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-1/+1
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-3/+23
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+16
2022-10-27hw/core/resettable: fix reset level countingDamien Hedde1-2/+1
2022-10-26numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi1-3/+6
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi1-0/+17
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster1-2/+3
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-2/+1
2022-10-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée1-3/+2
2022-09-07hw/core: fix platform bus node nameConor Dooley1-1/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-0/+3
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-15qdev: unplug blocker for devicesJagannathan Raman1-0/+24
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-28/+0
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron1-6/+0
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-22/+0
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles2-40/+43
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen1-0/+1
2022-05-24hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng1-0/+15
2022-05-24hw/core: Sync uboot_image.h from U-Boot v2022.01Bin Meng1-71/+142
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell1-1/+3
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-0/+28
2022-05-14qdev-properties: Add a new macro with bitmask check for uint64_t propertyYang Weijiang1-0/+19
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron1-0/+28
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini1-2/+19
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini2-24/+48
2022-05-12machine: add mem compound propertyPaolo Bonzini1-0/+80
2022-05-12machine: add boot compound propertyPaolo Bonzini1-46/+52
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-3/+65
2022-05-09qapi/machine.json: Add cluster-idGavin Shan2-0/+20
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2-0/+572
2022-04-21hw/core/irq: remove unused 'qemu_irq_split' functionZongyuan Li1-15/+0
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-0/+3
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-3/+2
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert1-1/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0