aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-05qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini1-1/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-0/+3
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/+3
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-0/+3
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/+3
2019-01-07hw: remove SET_MACHINE_COMPATMarc-André Lureau1-12/+0
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-2/+1
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-7/+3
2018-12-20q35: set split kernel irqchip as defaultPeter Xu1-0/+1
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland1-0/+1
2018-07-09boards.h: Remove doc comment reference to nonexistent functionPeter Maydell1-2/+1
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth1-0/+3
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand1-4/+4
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-0/+12
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth1-1/+0
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-1/+0
2018-03-13machine: add memory-encryption optionBrijesh Singh1-0/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-0/+2
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+4
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-0/+1
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-0/+5
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis1-0/+1
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-0/+4
2017-09-19vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov1-0/+6
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell1-0/+11
2017-07-14memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell1-1/+2
2017-07-14include/hw/boards.h: Document memory_region_allocate_system_memory()Peter Maydell1-0/+28
2017-05-11machine: call machine init from wrapperIgor Mammedov1-0/+1
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov1-0/+3
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-2/+6
2017-05-11numa: equally distribute memory on nodesLaurent Vivier1-0/+2
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier1-0/+1
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov1-5/+3
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-0/+3
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov1-1/+1
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov1-0/+2
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov1-0/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov1-1/+1
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+7
2016-09-08machine: use class base init generated nameMarc-André Lureau1-1/+1