| Commit message (Expand) | Author | Age | Files | Lines |
* | numa: Silence incomplete mapping warning under qtest | Igor Mammedov | 2017-05-22 | 1 | -1/+2 |
* | numa: use possible_cpus for not mapped CPUs check | Igor Mammedov | 2017-05-11 | 1 | -0/+58 |
* | machine: call machine init from wrapper | Igor Mammedov | 2017-05-11 | 1 | -0/+6 |
* | numa: mirror cpu to node mapping in MachineState::possible_cpus | Igor Mammedov | 2017-05-11 | 1 | -0/+96 |
* | numa: equally distribute memory on nodes | Laurent Vivier | 2017-05-11 | 1 | -0/+2 |
* | numa,spapr: align default numa node memory size to 256MB | Laurent Vivier | 2017-03-22 | 1 | -0/+5 |
* | machine: Convert abstract typename on compat_props to subclass names | Eduardo Habkost | 2017-03-14 | 1 | -3/+36 |
* | machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks | Igor Mammedov | 2017-02-22 | 1 | -0/+31 |
* | machine: Register TYPE_MACHINE properties as class properties | Eduardo Habkost | 2016-10-17 | 1 | -108/+98 |
* | sysbus: Remove ignored return value of FindSysbusDeviceFunc | David Gibson | 2016-09-27 | 1 | -1/+1 |
* | machine: use class base init generated name | Marc-André Lureau | 2016-09-08 | 1 | -0/+1 |
* | machine: Add comment to abort path in machine_set_kernel_irqchip | Greg Kurz | 2016-07-27 | 1 | -0/+3 |
* | vl: Set errp to &error_abort on machine compat_props | Eduardo Habkost | 2016-07-07 | 1 | -0/+2 |
* | machine: Add machine_register_compat_props() function | Eduardo Habkost | 2016-07-07 | 1 | -0/+16 |
* | machine: remove iommu property | Marcel Apfelbaum | 2016-07-04 | 1 | -20/+0 |
* | machine: add properties to compat_props incrementaly | Igor Mammedov | 2016-05-20 | 1 | -0/+10 |
* | vl: Replace DT_NOGRAPHIC with machine option | Eduardo Habkost | 2016-05-20 | 1 | -0/+21 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | migration: allow machine to enforce configuration section migration | Greg Kurz | 2016-02-28 | 1 | -0/+21 |
* | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 2016-02-08 | 1 | -7/+7 |
* | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 2016-02-08 | 1 | -5/+5 |
* | hw/core: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass | Eduardo Habkost | 2015-12-22 | 1 | -0/+1 |
* | kvm: add support for -machine kernel_irqchip=split | Matt Gingell | 2015-12-17 | 1 | -8/+41 |
* | q35: Check propery to determine if iommu is set | Bandan Das | 2015-11-17 | 1 | -5/+0 |
* | machine: Set MachineClass::name automatically | Eduardo Habkost | 2015-09-19 | 1 | -0/+3 |
* | machine: Ensure all TYPE_MACHINE subclasses have the right suffix | Eduardo Habkost | 2015-09-19 | 1 | -0/+9 |
* | xen, gfx passthrough: basic graphics passthrough support | Tiejun Chen | 2015-09-10 | 1 | -0/+20 |
* | machine: add default_ram_size to machine class | Nikunj A Dadhania | 2015-06-03 | 1 | -0/+9 |
* | powerpc: fix -machine usb=no for newworld and pseries machines | Paolo Bonzini | 2015-03-25 | 1 | -0/+1 |
* | migration: Allow to suppress vmdesc submission | Alexander Graf | 2015-03-16 | 1 | -0/+20 |
* | machine: query mem-merge machine property | Marcel Apfelbaum | 2015-03-11 | 1 | -0/+6 |
* | machine: query dump-guest-core machine property | Marcel Apfelbaum | 2015-03-11 | 1 | -0/+6 |
* | machine: query phandle-start machine property | Marcel Apfelbaum | 2015-03-11 | 1 | -0/+5 |
* | machine: query kvm-shadow-mem machine property | Marcel Apfelbaum | 2015-03-11 | 1 | -0/+6 |
* | machine: allowed/required kernel-irqchip support | Marcel Apfelbaum | 2015-03-11 | 1 | -9/+15 |
* | machine: replace qemu opts with iommu property | Marcel Apfelbaum | 2015-03-11 | 1 | -0/+5 |
* | hw/machine: added machine_usb wrapper | Marcel Apfelbaum | 2015-01-08 | 1 | -0/+5 |
* | machine: remove qemu_machine_opts global list | Marcel Apfelbaum | 2014-12-23 | 1 | -0/+45 |
* | sysbus: Make devices spawnable via -device | Alexander Graf | 2014-11-04 | 1 | -0/+34 |
* | hw/machine: Free old values of string properties | Eduardo Habkost | 2014-09-14 | 1 | -0/+8 |
* | intel-iommu: fix coding style issues around in q35.c and machine.c | Le Tan | 2014-08-28 | 1 | -3/+7 |
* | intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu... | Le Tan | 2014-08-28 | 1 | -0/+17 |
* | machine: Replace underscores in machine's property names | Marcel Apfelbaum | 2014-07-21 | 1 | -4/+4 |
* | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -0/+280 |
* | hw/core: Introduce QEMU machine as QOM object | Marcel Apfelbaum | 2014-03-12 | 1 | -0/+28 |