aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-2/+2
2022-03-02clock-vmstate: Add missing END_OF_LISTDr. David Alan Gilbert1-0/+1
2022-02-28semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée1-0/+86
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell1-1/+0
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow2-2/+2
2022-02-21core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé1-1/+0
2022-02-16Allow setting up to 8 bytes with the generic loaderPetr Tesarik1-1/+1
2022-01-20hw/elf_ops: clear uninitialized segment spaceLaurent Vivier1-0/+4
2022-01-18machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand1-1/+1
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-0/+3
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang2-7/+22
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2-3/+5
2021-12-31hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé1-6/+7
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong1-3/+2
2021-11-19hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen1-0/+1
2021-11-10numa: avoid crash with SGX and "info numa"Paolo Bonzini1-0/+7
2021-11-05Fix virtio-net-pci* "vectors" compatEduardo Habkost1-1/+1
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson1-0/+3
2021-11-02qapi: introduce x-query-numa QMP commandDaniel P. Berrangé2-35/+40
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé1-17/+22
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé1-2/+1
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde1-27/+0
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde1-3/+10
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang3-159/+182
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2-2/+44
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé3-60/+74
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé1-2/+2
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé1-9/+9
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost3-174/+198