index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
boards.h
Age
Commit message (
Expand
)
Author
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