index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
boards.h
Age
Commit message (
Expand
)
Author
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
2014-03-13
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
Peter Maydell
2014-03-13
Move QEMUMachine typedef to qemu/typedefs.h
Andreas Färber
2014-03-13
Revert "KVM: Split QEMUMachine typedef into separate header"
Andreas Färber
2014-03-12
hw/boards: Convert current_machine to MachineState
Marcel Apfelbaum
2014-03-12
vl: Use MachineClass instead of global QEMUMachine list
Marcel Apfelbaum
2014-03-12
hw/core: Introduce QEMU machine as QOM object
Marcel Apfelbaum
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
2014-03-05
KVM: Split QEMUMachine typedef into separate header
Alexander Graf
2013-12-10
hw: Pass QEMUMachine to its init() method
Markus Armbruster
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-05-01
Add hot_add_cpu hook to QEMUMachine
Igor Mammedov
2013-04-08
hw: move headers to include/
Paolo Bonzini