Age | Commit message (Expand) | Author |
2016-04-07 | Sort the fw_cfg file list | Gerd Hoffmann |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster |
2016-03-16 | machine: Use type_init() to register machine classes | Eduardo Habkost |
2016-03-11 | machine: introduce MachineClass.possible_cpu_arch_ids() hook | Igor Mammedov |
2016-02-28 | migration: allow machine to enforce configuration section migration | Greg Kurz |
2016-02-25 | machine: Remove no_tco field | Eduardo Habkost |
2016-01-11 | Move SET_MACHINE_COMPAT macro to boards.h | David Gibson |
2015-12-22 | pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass | Eduardo Habkost |
2015-12-17 | kvm: add support for -machine kernel_irqchip=split | Matt Gingell |
2015-11-25 | osdep: Change default value of qemu_hw_version() to "2.5+" | Eduardo Habkost |
2015-11-17 | q35: Check propery to determine if iommu is set | Bandan Das |
2015-09-19 | machine: Eliminate QEMUMachine and qemu_register_machine() | Eduardo Habkost |
2015-09-19 | machine: DEFINE_MACHINE() macro | Eduardo Habkost |
2015-09-19 | machine: MACHINE_TYPE_NAME macro | Eduardo Habkost |
2015-09-10 | xen, gfx passthrough: basic graphics passthrough support | Tiejun Chen |
2015-08-13 | pci: allow 0 address for PCI IO/MEM regions | Laurent Vivier |
2015-07-07 | ich9: add TCO interface emulation | Paulo Alcantara |
2015-06-03 | machine: add default_ram_size to machine class | Nikunj A Dadhania |
2015-05-31 | machine: Remove unused fields from QEMUMachine | Eduardo Habkost |
2015-03-25 | powerpc: fix -machine usb=no for newworld and pseries machines | Paolo Bonzini |
2015-03-19 | numa: introduce machine callback for VCPU to node mapping | Igor Mammedov |
2015-03-16 | migration: Allow to suppress vmdesc submission | Alexander Graf |
2015-03-11 | exec: don't include hw/boards for linux-user | Michael S. Tsirkin |
2015-03-11 | machine: query mem-merge machine property | Marcel Apfelbaum |
2015-03-11 | machine: query dump-guest-core machine property | Marcel Apfelbaum |
2015-03-11 | hw/boards: make it safe to include for linux-user | Michael S. Tsirkin |
2015-03-11 | machine: query phandle-start machine property | Marcel Apfelbaum |
2015-03-11 | machine: query kvm-shadow-mem machine property | Marcel Apfelbaum |
2015-03-11 | machine: allowed/required kernel-irqchip support | Marcel Apfelbaum |
2015-03-11 | machine: replace qemu opts with iommu property | Marcel Apfelbaum |
2015-01-08 | hw/machine: added machine_usb wrapper | Marcel Apfelbaum |
2014-11-04 | sysbus: Make devices spawnable via -device | Alexander Graf |
2014-11-03 | vga: add default display to machine class | Gerd Hoffmann |
2014-11-02 | well-defined listing order for machine types | Laszlo Ersek |
2014-10-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-10-09 | accel: Create accel object when initializing machine | Eduardo Habkost |
2014-10-09 | accel: Pass MachineState object to accel init functions | Eduardo Habkost |
2014-10-03 | pc/vl: Add units-per-default-bus property | John Snow |
2014-08-28 | intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu... | Le Tan |
2014-06-19 | numa: introduce memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | qdev: hotplug for bus-less devices | Igor Mammedov |
2014-06-19 | vl.c: extend -m option to support options for memory hotplug | Igor Mammedov |
2014-05-28 | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2014-05-05 | machine: Remove QEMUMachine indirection from MachineClass | Marcel Apfelbaum |
2014-05-05 | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum |
2014-05-05 | vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs | Marcel Apfelbaum |
2014-05-05 | machine: Copy QEMUMachine's fields to MachineClass | Marcel Apfelbaum |
2014-05-05 | machine: Remove obsoleted field from QEMUMachine | Marcel Apfelbaum |
2014-03-19 | vl.c: Fix OpenBSD compilation issue due to namespace collisions | Marcel Apfelbaum |