summaryrefslogtreecommitdiffstats
path: root/include/hw/boards.h
Commit message (Expand)AuthorAgeFilesLines
...
* boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard2019-02-281-0/+1
* qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini2019-02-051-1/+0Star
* compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau2019-01-071-0/+3
* hw: remove SET_MACHINE_COMPATMarc-André Lureau2019-01-071-12/+0Star
* hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-2/+1Star
* machines: replace COMPAT define with a static arrayMarc-André Lureau2019-01-071-7/+3Star
* q35: set split kernel irqchip as defaultPeter Xu2018-12-201-0/+1
* fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-171-0/+1
* boards.h: Remove doc comment reference to nonexistent functionPeter Maydell2018-07-091-2/+1Star
* hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth2018-06-251-0/+3
* machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2018-05-071-4/+4
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-0/+12
* hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2018-04-301-1/+0Star
* Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-1/+0Star
* machine: add memory-encryption optionBrijesh Singh2018-03-131-0/+1
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-0/+2
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-1/+4
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-131-0/+5
* machine: Add a valid_cpu_types propertyAlistair Francis2017-10-101-0/+1
* numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-0/+4
* vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov2017-09-191-0/+6
* boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell2017-09-071-0/+11
* memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-141-1/+2
* include/hw/boards.h: Document memory_region_allocate_system_memory()Peter Maydell2017-07-141-0/+28
* machine: call machine init from wrapperIgor Mammedov2017-05-111-0/+1
* numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov2017-05-111-0/+3
* numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov2017-05-111-2/+6
* numa: equally distribute memory on nodesLaurent Vivier2017-05-111-0/+2
* numa,spapr: align default numa node memory size to 256MBLaurent Vivier2017-03-221-0/+1
* machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov2017-02-221-5/+3Star
* machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov2017-02-221-0/+3
* change CPUArchId.cpu type to Object*Igor Mammedov2017-02-221-1/+1
* pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov2017-02-221-0/+2
* machine: move possible_cpus to MachineStateIgor Mammedov2017-02-221-0/+1
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-241-1/+1
* cpu: Support a target CPU having a variable page sizePeter Maydell2016-10-241-0/+7