aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07hmat acpi: Don't require initiator value in -numaBrice Goglin1-3/+1
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu1-1/+3
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-0/+3
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron1-6/+0
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-22/+0
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen1-0/+1
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell1-1/+3
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron1-0/+28
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini1-2/+19
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-23/+47
2022-05-12machine: add mem compound propertyPaolo Bonzini1-0/+80
2022-05-12machine: add boot compound propertyPaolo Bonzini1-46/+52
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-3/+65
2022-05-09qapi/machine.json: Add cluster-idGavin Shan1-0/+16
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-0/+3
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert1-1/+3
2022-01-18machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand1-1/+1
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-0/+3
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang1-0/+3
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé1-1/+1
2021-11-19hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen1-0/+1
2021-11-05Fix virtio-net-pci* "vectors" compatEduardo Habkost1-1/+1
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson1-0/+3
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde1-27/+0
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde1-3/+10
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang1-159/+0
2021-10-31hw/core/machine: Add the missing delimiter in cpu_slot_to_string()Yanan Wang1-0/+3
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella1-1/+3
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-0/+1
2021-10-01machine: Put all sanity-check in the generic SMP parserYanan Wang1-32/+30
2021-10-01machine: Use g_autoptr in machine_set_smpPaolo Bonzini1-5/+2
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+1
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-2/+1
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-20/+71
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang1-4/+4
2021-10-01machine: Use ms instead of global current_machine in sanity-checkYanan Wang1-1/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-9/+26
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang1-13/+9
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang1-13/+16
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang1-15/+15
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang1-8/+10
2021-10-01machine: Deprecate "parameter=0" SMP configurationsYanan Wang1-0/+14
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-0/+3
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé1-1/+1
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé1-0/+1
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang1-0/+1
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang1-0/+1
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-1/+0
2021-07-13numa: Report expected initiatorMichal Privoznik1-1/+2
2021-07-06machine: add smp compound propertyPaolo Bonzini1-50/+58