summaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13machine: add memory-encryption optionBrijesh Singh1-0/+22
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-10machine: Polish -machine xxx,helpAlexey Kardashevskiy1-1/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-6/+6
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-14/+29
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis1-0/+32
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-0/+1
2017-07-17Revert "machine: Convert abstract typename on compat_props to subclass names"Eduardo Habkost1-23/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-5/+5
2017-06-28machine: export register_compat_prop()Peter Xu1-13/+0
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov1-6/+10
2017-06-05numa: move default mapping init to machineIgor Mammedov1-10/+23
2017-05-22numa: Silence incomplete mapping warning under qtestIgor Mammedov1-1/+2
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov1-0/+58
2017-05-11machine: call machine init from wrapperIgor Mammedov1-0/+6
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov1-0/+96
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/+5
2017-03-14machine: Convert abstract typename on compat_props to subclass namesEduardo Habkost1-3/+36
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-0/+31
2016-10-17machine: Register TYPE_MACHINE properties as class propertiesEduardo Habkost1-108/+98
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-1/+1
2016-09-08machine: use class base init generated nameMarc-André Lureau1-0/+1
2016-07-27machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz1-0/+3
2016-07-07vl: Set errp to &error_abort on machine compat_propsEduardo Habkost1-0/+2
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost1-0/+16
2016-07-04machine: remove iommu propertyMarcel Apfelbaum1-20/+0
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-0/+10
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-0/+21
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz1-0/+21
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-7/+7
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-5/+5
2016-01-29hw/core: Clean up includesPeter Maydell1-0/+1
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost1-0/+1
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell1-8/+41
2015-11-17q35: Check propery to determine if iommu is setBandan Das1-5/+0
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost1-0/+3
2015-09-19machine: Ensure all TYPE_MACHINE subclasses have the right suffixEduardo Habkost1-0/+9
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen1-0/+20
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania1-0/+9
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini1-0/+1
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf1-0/+20
2015-03-11machine: query mem-merge machine propertyMarcel Apfelbaum1-0/+6
2015-03-11machine: query dump-guest-core machine propertyMarcel Apfelbaum1-0/+6
2015-03-11machine: query phandle-start machine propertyMarcel Apfelbaum1-0/+5
2015-03-11machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum1-0/+6
2015-03-11machine: allowed/required kernel-irqchip supportMarcel Apfelbaum1-9/+15