aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost1-0/+1
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov1-0/+5
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-2/+9
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-0/+1
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-1/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov1-0/+26
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz1-0/+1
2016-02-25machine: Remove no_tco fieldEduardo Habkost1-1/+0
2016-01-11Move SET_MACHINE_COMPAT macro to boards.hDavid Gibson1-0/+9
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost1-0/+2
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell1-0/+2
2015-11-25osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost1-0/+5
2015-11-17q35: Check propery to determine if iommu is setBandan Das1-1/+0
2015-09-19machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost1-27/+0
2015-09-19machine: DEFINE_MACHINE() macroEduardo Habkost1-0/+17
2015-09-19machine: MACHINE_TYPE_NAME macroEduardo Habkost1-0/+6
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen1-0/+1
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier1-1/+2
2015-07-07ich9: add TCO interface emulationPaulo Alcantara1-1/+2
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania1-0/+1
2015-05-31machine: Remove unused fields from QEMUMachineEduardo Habkost1-14/+1
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini1-0/+1
2015-03-19numa: introduce machine callback for VCPU to node mappingIgor Mammedov1-0/+5
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf1-0/+1
2015-03-11exec: don't include hw/boards for linux-userMichael S. Tsirkin1-4/+0
2015-03-11machine: query mem-merge machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: query dump-guest-core machine propertyMarcel Apfelbaum1-0/+1
2015-03-11hw/boards: make it safe to include for linux-userMichael S. Tsirkin1-0/+4
2015-03-11machine: query phandle-start machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: allowed/required kernel-irqchip supportMarcel Apfelbaum1-1/+4
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum1-0/+1
2015-01-08hw/machine: added machine_usb wrapperMarcel Apfelbaum1-0/+2
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf1-2/+6
2014-11-03vga: add default display to machine classGerd Hoffmann1-0/+2