aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)Author
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-07-26hw/machine: Clear out left over CXL related pointer from move of state handli...Jonathan Cameron
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron
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-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini
2022-05-12machine: add boot compound propertyPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
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-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-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: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-04-06machine: Provide a function to check the dynamic sysbus allowlistPeter Maydell
2021-04-06include/hw/boards.h: Document machine_class_allow_dynamic_sysbus_dev()Peter Maydell
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2020-12-10vl: clean up -boot variablesPaolo Bonzini
2020-12-10vl: extract validation of -smp to machine.cPaolo Bonzini
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-08-19hw: add compat machines for 5.2Cornelia Huck
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand
2020-05-06hw: add compat machines for 5.1Cornelia Huck
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19remove no longer used memory_region_allocate_system_memory()Igor Mammedov