summaryrefslogtreecommitdiffstats
path: root/hw/core/machine.c
Commit message (Expand)AuthorAgeFilesLines
...
* machine: fix a typoLi Qiang2018-10-241-1/+1
* hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth2018-09-251-0/+3
* machine: Fix coding style at machine_run_board_init()Dou Liyang2018-08-171-1/+2
* hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang2018-07-091-3/+2Star
* machine: properly free device_memoryDavid Hildenbrand2018-07-091-0/+1
* hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* numa: postpone options post-processing till machine_run_board_init()Igor Mammedov2018-05-301-2/+3
* machine: add memory-encryption optionBrijesh Singh2018-03-131-0/+22
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* machine: Polish -machine xxx,helpAlexey Kardashevskiy2018-02-101-1/+1
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-6/+6
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-14/+29
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* machine: Add a valid_cpu_types propertyAlistair Francis2017-10-101-0/+32
* numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-0/+1
* Revert "machine: Convert abstract typename on compat_props to subclass names"Eduardo Habkost2017-07-171-23/+3Star
* Convert error_report() to warn_report()Alistair Francis2017-07-131-5/+5
* machine: export register_compat_prop()Peter Xu2017-06-281-13/+0Star
* numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov2017-06-051-6/+10
* numa: move default mapping init to machineIgor Mammedov2017-06-051-10/+23
* numa: Silence incomplete mapping warning under qtestIgor Mammedov2017-05-221-1/+2
* numa: use possible_cpus for not mapped CPUs checkIgor Mammedov2017-05-111-0/+58
* machine: call machine init from wrapperIgor Mammedov2017-05-111-0/+6
* numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov2017-05-111-0/+96
* 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/+5
* machine: Convert abstract typename on compat_props to subclass namesEduardo Habkost2017-03-141-3/+36
* machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov2017-02-221-0/+31
* machine: Register TYPE_MACHINE properties as class propertiesEduardo Habkost2016-10-171-108/+98Star
* sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2016-09-271-1/+1
* machine: use class base init generated nameMarc-André Lureau2016-09-081-0/+1
* machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz2016-07-271-0/+3
* vl: Set errp to &error_abort on machine compat_propsEduardo Habkost2016-07-071-0/+2
* machine: Add machine_register_compat_props() functionEduardo Habkost2016-07-071-0/+16
* machine: remove iommu propertyMarcel Apfelbaum2016-07-041-20/+0Star
* machine: add properties to compat_props incrementalyIgor Mammedov2016-05-201-0/+10
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-0/+21
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* migration: allow machine to enforce configuration section migrationGreg Kurz2016-02-281-0/+21
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-7/+7
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-5/+5
* hw/core: Clean up includesPeter Maydell2016-01-291-0/+1
* pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost2015-12-221-0/+1
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-171-8/+41
* q35: Check propery to determine if iommu is setBandan Das2015-11-171-5/+0Star
* machine: Set MachineClass::name automaticallyEduardo Habkost2015-09-191-0/+3
* machine: Ensure all TYPE_MACHINE subclasses have the right suffixEduardo Habkost2015-09-191-0/+9
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-101-0/+20