aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)Author
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
2020-02-19machine: introduce convenience MachineState::ramIgor Mammedov
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov
2020-02-19machine: introduce memory-backend propertyIgor Mammedov
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu