summaryrefslogtreecommitdiffstats
path: root/include/hw/boards.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost2015-11-251-0/+5
* q35: Check propery to determine if iommu is setBandan Das2015-11-171-1/+0Star
* machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost2015-09-191-27/+0Star
* machine: DEFINE_MACHINE() macroEduardo Habkost2015-09-191-0/+17
* machine: MACHINE_TYPE_NAME macroEduardo Habkost2015-09-191-0/+6
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-101-0/+1
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-1/+2
* ich9: add TCO interface emulationPaulo Alcantara2015-07-071-1/+2
* machine: add default_ram_size to machine classNikunj A Dadhania2015-06-031-0/+1
* machine: Remove unused fields from QEMUMachineEduardo Habkost2015-05-311-14/+1Star
* powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini2015-03-251-0/+1
* numa: introduce machine callback for VCPU to node mappingIgor Mammedov2015-03-191-0/+5
* migration: Allow to suppress vmdesc submissionAlexander Graf2015-03-161-0/+1
* exec: don't include hw/boards for linux-userMichael S. Tsirkin2015-03-111-4/+0Star
* machine: query mem-merge machine propertyMarcel Apfelbaum2015-03-111-0/+1
* machine: query dump-guest-core machine propertyMarcel Apfelbaum2015-03-111-0/+1
* hw/boards: make it safe to include for linux-userMichael S. Tsirkin2015-03-111-0/+4
* machine: query phandle-start machine propertyMarcel Apfelbaum2015-03-111-0/+1
* machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum2015-03-111-0/+1
* machine: allowed/required kernel-irqchip supportMarcel Apfelbaum2015-03-111-1/+4
* machine: replace qemu opts with iommu propertyMarcel Apfelbaum2015-03-111-0/+1
* hw/machine: added machine_usb wrapperMarcel Apfelbaum2015-01-081-0/+2
* sysbus: Make devices spawnable via -deviceAlexander Graf2014-11-041-2/+6
* vga: add default display to machine classGerd Hoffmann2014-11-031-0/+2