aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)Author
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu
2023-03-10e1000e: Implement system clockAkihiko Odaki
2023-03-02virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand
2023-01-27virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-11-07hmat acpi: Don't require initiator value in -numaBrice Goglin
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini
2022-05-12machine: add mem compound propertyPaolo Bonzini
2022-05-12machine: add boot compound propertyPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09qapi/machine.json: Add cluster-idGavin Shan
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-01-18machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé
2021-11-19hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen
2021-11-05Fix virtio-net-pci* "vectors" compatEduardo Habkost
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang
2021-10-31hw/core/machine: Add the missing delimiter in cpu_slot_to_string()Yanan Wang
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella
2021-10-01machine: Put all sanity-check in the generic SMP parserYanan Wang
2021-10-01machine: Use g_autoptr in machine_set_smpPaolo Bonzini
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang
2021-10-01machine: Use ms instead of global current_machine in sanity-checkYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang