aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)Author
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-13machine: add memory-encryption optionBrijesh Singh
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov
2017-09-19vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell
2017-07-14memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell
2017-07-14include/hw/boards.h: Document memory_region_allocate_system_memory()Peter Maydell
2017-05-11machine: call machine init from wrapperIgor Mammedov
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-11numa: equally distribute memory on nodesLaurent Vivier
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-09-08machine: use class base init generated nameMarc-André Lureau
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost
2016-04-07Sort the fw_cfg file listGerd Hoffmann
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz
2016-02-25machine: Remove no_tco fieldEduardo Habkost
2016-01-11Move SET_MACHINE_COMPAT macro to boards.hDavid Gibson
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell
2015-11-25osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost
2015-11-17q35: Check propery to determine if iommu is setBandan Das
2015-09-19machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost
2015-09-19machine: DEFINE_MACHINE() macroEduardo Habkost
2015-09-19machine: MACHINE_TYPE_NAME macroEduardo Habkost
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier
2015-07-07ich9: add TCO interface emulationPaulo Alcantara