summaryrefslogtreecommitdiffstats
path: root/include/hw/boards.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* machine: use class base init generated nameMarc-André Lureau2016-09-081-1/+1
* machine: Add machine_register_compat_props() functionEduardo Habkost2016-07-071-0/+1
* QMP: Add query-hotpluggable-cpusIgor Mammedov2016-06-171-0/+5
* machine: add properties to compat_props incrementalyIgor Mammedov2016-05-201-2/+9
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-0/+1
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-1/+2
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2016-03-111-0/+26
* migration: allow machine to enforce configuration section migrationGreg Kurz2016-02-281-0/+1
* machine: Remove no_tco fieldEduardo Habkost2016-02-251-1/+0Star
* Move SET_MACHINE_COMPAT macro to boards.hDavid Gibson2016-01-111-0/+9
* pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost2015-12-221-0/+2
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-171-0/+2