summaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum1-0/+5
2015-01-08hw/machine: added machine_usb wrapperMarcel Apfelbaum1-0/+5
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum1-0/+45
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf1-0/+34
2014-09-14hw/machine: Free old values of string propertiesEduardo Habkost1-0/+8
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan1-3/+7
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan1-0/+17
2014-07-21machine: Replace underscores in machine's property namesMarcel Apfelbaum1-4/+4
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum1-0/+280
2014-03-12hw/core: Introduce QEMU machine as QOM objectMarcel Apfelbaum1-0/+28