summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-081-4/+4
|\
| * hmat acpi: Don't require initiator value in -numaBrice Goglin2022-11-071-3/+1Star
| * 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/+1Star
|/
* hw/core: Tidy up unnecessary casting away of constMarkus Armbruster2022-10-221-2/+3
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-2/+1Star
* hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée2022-10-041-3/+2Star
* 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-111-28/+0Star
|\
| * hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-101-6/+0Star
| * hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-101-22/+0Star
* | 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
* hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2022-05-191-1/+3
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-05-171-0/+28
|\
| * cxl: Machine level control on whether CXL support is enabledJonathan Cameron2022-05-131-0/+28
* | qdev-properties: Add a new macro with bitmask check for uint64_t propertyYang Weijiang2022-05-141-0/+19
|/
* machine: move more memory validation to Machine objectPaolo Bonzini2022-05-121-2/+19
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-122-24/+48
* machine: add mem compound propertyPaolo Bonzini2022-05-121-0/+80
* machine: add boot compound propertyPaolo Bonzini2022-05-121-46/+52
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-3/+65
* qapi/machine.json: Add cluster-idGavin Shan2022-05-092-0/+20
* hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-292-0/+572
* hw/core/irq: remove unused 'qemu_irq_split' functionZongyuan Li2022-04-211-15/+0Star
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-0/+3
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-201-3/+2Star
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* | acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-061-1/+3
|/
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-2/+2
* clock-vmstate: Add missing END_OF_LISTDr. David Alan Gilbert2022-03-021-0/+1
* semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée2022-02-281-0/+86
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-221-1/+0Star
|\
| * core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé2022-02-211-1/+0Star
* | Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-212-2/+2
|/
* Allow setting up to 8 bytes with the generic loaderPetr Tesarik2022-02-161-1/+1
* hw/elf_ops: clear uninitialized segment spaceLaurent Vivier2022-01-201-0/+4
* machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand2022-01-181-1/+1