summary refs log tree commit diff stats
path: root/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-161-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/+0
* 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-191-3/+2
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
| * 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/+0
|\
| * core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé2022-02-211-1/+0
* | 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
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-0/+3
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-312-7/+22
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-312-3/+5
* hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé2021-12-311-6/+7
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* numa: Enable numa for SGX EPC sectionsYang Zhong2021-12-101-3/+2
* hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen2021-11-191-0/+1
* numa: avoid crash with SGX and "info numa"Paolo Bonzini2021-11-101-0/+7
* Fix virtio-net-pci* "vectors" compatEduardo Habkost2021-11-051-1/+1
* Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2021-11-031-0/+3
|\
| * hw/core/machine: Add the missing delimiter in cpu_slot_to_string()Yanan Wang2021-10-311-0/+3
* | qapi: introduce x-query-numa QMP commandDaniel P. Berrangé2021-11-022-35/+40
* | qapi: introduce x-query-roms QMP commandDaniel P. Berrangé2021-11-021-17/+22
* | monitor: make hmp_handle_error return a booleanDaniel P. Berrangé2021-11-021-2/+1
* | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-27/+0
* | machine: add device_type_is_dynamic_sysbus functionDamien Hedde2021-11-011-3/+10
* | hw/core/machine: Split out the smp parsing codeYanan Wang2021-11-013-159/+182
* | hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2021-11-012-2/+44
* | hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé2021-11-013-60/+74
* | hw/core: Declare meson source setPhilippe Mathieu-Daudé2021-11-011-2/+2
* | hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé2021-11-011-9/+9
* | machine: Move gpio code to hw/core/gpio.cEduardo Habkost2021-11-013-174/+198
|/
* hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2021-10-201-29/+31
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-151-16/+1