aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu1-0/+4
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li1-0/+2
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini1-0/+3
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-1/+1
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé1-0/+6
2023-12-20hw: Add compat machines for 9.0Cornelia Huck1-0/+3
2023-11-20hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan1-1/+1
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-1/+9
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand1-0/+4
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand1-1/+9
2023-10-03Introduce machine property "audiodev"Martin Kletzander1-0/+9
2023-09-08include/: spelling fixesMichael Tokarev1-3/+3
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-0/+3
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand1-0/+2
2023-07-12memory-device: Introduce machine_memory_devices_init()David Hildenbrand1-0/+1
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+2
2023-06-26numa: Validate cluster and NUMA node boundary if requiredGavin Shan1-0/+1
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth1-0/+1
2023-04-21hw: Add compat machines for 8.1Cornelia Huck1-0/+3
2023-04-21virtio-balloon: optimize the virtio-balloon on the ARM platformYangming1-0/+2
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+3
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang1-0/+3
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé1-1/+0
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-0/+3
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-0/+3
2022-07-26hw/machine: Clear out left over CXL related pointer from move of state handli...Jonathan Cameron1-1/+0
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron1-1/+0
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron1-1/+0
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-0/+1
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron1-0/+2
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-2/+2
2022-05-12machine: add boot compound propertyPaolo Bonzini1-1/+0
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-2/+2
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-0/+3
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-0/+3
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang1-1/+5
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé1-1/+2
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde1-1/+0
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde1-0/+15
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang1-0/+1
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+2
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-5/+0
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-0/+9
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang1-3/+4
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-0/+3
2021-07-06machine: add smp compound propertyPaolo Bonzini1-1/+0
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini1-1/+1
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini1-1/+1