aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-17tpm: add a "ppi" boolean propertyMarc-André Lureau1-0/+2
2019-01-17virtio: Make disable-legacy/disable-modern compat properties optionalEduardo Habkost1-2/+3
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-273/+65
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-273/+65
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost1-4/+4
2019-01-09hw/core: fix whitespace in a sentenceWainer dos Santos Moschetta1-1/+1
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-0/+8
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-0/+33
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-0/+41
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-0/+29
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-0/+26
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-0/+17
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-0/+25
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-0/+46
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-0/+21
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-0/+13
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-0/+21
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-0/+29
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-0/+13
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-18/+1
2018-12-20q35: set split kernel irqchip as defaultPeter Xu1-0/+2
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-11/+0
2018-10-24machine: fix a typoLi Qiang1-1/+1
2018-09-25hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth1-0/+3
2018-08-16machine: Fix coding style at machine_run_board_init()Dou Liyang1-1/+2
2018-07-09hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang1-3/+2
2018-07-09machine: properly free device_memoryDavid Hildenbrand1-0/+1
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+1
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-1/+1
2018-05-30numa: postpone options post-processing till machine_run_board_init()Igor Mammedov1-2/+3
2018-03-13machine: add memory-encryption optionBrijesh Singh1-0/+22
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-10machine: Polish -machine xxx,helpAlexey Kardashevskiy1-1/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-6/+6
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-14/+29
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis1-0/+32
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-0/+1
2017-07-17Revert "machine: Convert abstract typename on compat_props to subclass names"Eduardo Habkost1-23/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-5/+5
2017-06-28machine: export register_compat_prop()Peter Xu1-13/+0
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov1-6/+10
2017-06-05numa: move default mapping init to machineIgor Mammedov1-10/+23
2017-05-22numa: Silence incomplete mapping warning under qtestIgor Mammedov1-1/+2
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov1-0/+58
2017-05-11machine: call machine init from wrapperIgor Mammedov1-0/+6
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov1-0/+96
2017-05-11numa: equally distribute memory on nodesLaurent Vivier1-0/+2