summary refs log tree commit diff stats
path: root/hw/core/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* numa: Validate cluster and NUMA node boundary if requiredGavin Shan2023-06-261-0/+42
* machine: do not crash if default RAM backend name has been stolenIgor Mammedov2023-05-261-0/+8
* hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras2023-05-191-0/+1
* multifd: Create property multifd-flush-after-each-sectionJuan Quintela2023-04-271-1/+3
* hw: Add compat machines for 8.1Cornelia Huck2023-04-201-0/+3
* migration: Fix potential race on postcopy_qemufile_srcPeter Xu2023-04-121-0/+1
* e1000e: Implement system clockAkihiko Odaki2023-03-101-0/+1
* virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert2023-03-021-0/+2
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* virtio-mem: Migrate immutable properties earlyDavid Hildenbrand2023-02-061-1/+3
* virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert2023-01-271-0/+1
* hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé2023-01-061-0/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-0/+3
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-2/+1
|\
| * error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster2022-12-141-2/+1
* | qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-6/+4
|/
* hmat acpi: Don't require initiator value in -numaBrice Goglin2022-11-071-3/+1
* virtio: core: vq reset feature negotation supportKangjie Xu2022-11-071-1/+3
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-0/+3
* hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-091-6/+0
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-091-22/+0
* hw/nvme: do not auto-generate eui64Klaus Jensen2022-06-031-0/+1
* hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2022-05-191-1/+3
* cxl: Machine level control on whether CXL support is enabledJonathan Cameron2022-05-131-0/+28
* machine: move more memory validation to Machine objectPaolo Bonzini2022-05-121-2/+19
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-23/+47
* 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-091-0/+16
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-0/+3
* acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-061-1/+3
* 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-311-0/+3
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-1/+1
* hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen2021-11-191-0/+1
* 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
* | 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-011-159/+0
|/
* 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/+30
* machine: Use g_autoptr in machine_set_smpPaolo Bonzini2021-10-011-5/+2
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-2/+1