summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2Star
* 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/+1Star
* | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-27/+0Star
* | 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-211-29/+31
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-16/+1Star
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-3/+4
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-2/+5
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-0/+1
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+6
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-051-1/+3
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-0/+1
* machine: Put all sanity-check in the generic SMP parserYanan Wang2021-10-011-32/+30Star
* machine: Use g_autoptr in machine_set_smpPaolo Bonzini2021-10-011-5/+2Star
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-2/+1Star