Sign in
qemu
/
qemu
/
00b4fbe27452ddc346f7f38d5690686166932588
/
include
/
hw
/
boards.h
00b4fbe
machine: Copy QEMUMachine's fields to MachineClass
by Marcel Apfelbaum
· 11 years ago
9e1d668
machine: Remove obsoleted field from QEMUMachine
by Marcel Apfelbaum
· 11 years ago
c8897e8
vl.c: Fix OpenBSD compilation issue due to namespace collisions
by Marcel Apfelbaum
· 11 years ago
be86c53
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
by Peter Maydell
· 11 years ago
7a1a4da
Move QEMUMachine typedef to qemu/typedefs.h
by Andreas Färber
· 11 years ago
602a392
Revert "KVM: Split QEMUMachine typedef into separate header"
by Andreas Färber
· 11 years ago
0056ae2
hw/boards: Convert current_machine to MachineState
by Marcel Apfelbaum
· 11 years ago
261747f
vl: Use MachineClass instead of global QEMUMachine list
by Marcel Apfelbaum
· 11 years ago
36d20cb
hw/core: Introduce QEMU machine as QOM object
by Marcel Apfelbaum
· 11 years ago
135a129
kvm: Add a new machine option kvm-type
by Aneesh Kumar K.V
· 11 years ago
9c06a1f
KVM: Split QEMUMachine typedef into separate header
by Alexander Graf
· 11 years ago
e689f7c
hw: Pass QEMUMachine to its init() method
by Markus Armbruster
· 11 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 12 years ago
b4fc7b4
Add hot_add_cpu hook to QEMUMachine
by Igor Mammedov
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/boards.h]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
3ef669e
s390: Add default support for SCLP console
by Alexander Graf
· 12 years ago
e4ada29
Make default boot order machine specific
by Avik Sil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
2d0d283
Support default block interfaces per QEMUMachine
by Christian Borntraeger
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
be52202
Allow QEMUMachine to override reset sequencing
by David Gibson
· 13 years ago
93bfef4
Allow machines to configure the QEMU_VERSION that's exposed via hardware
by Crístian Viana
· 13 years ago
2c8cffa
vl: make find_default_machine externally visible
by Jordan Justen
· 13 years ago
a369da5
vga: improve VGA logic
by Blue Swirl
· 13 years ago
67b724e
machine, Add default_machine_opts to QEMUMachine.
by Anthony PERARD
· 14 years ago
2fe0ee9
Fix Sparse error: dubious one-bit signed bitfield
by Blue Swirl
· 15 years ago
ac33f8f
defaults: split default_drive
by Gerd Hoffmann
· 15 years ago
986c5f7
Set default console to virtio on S390x
by Gerd Hoffmann
· 15 years ago
458fb67
qdev: make compat stuff more generic
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
3f6599e
Add machine type aliases
by Mark McLoughlin
· 16 years ago
b6b6114
qdev/compat: compat property infrastructure.
by Gerd Hoffmann
· 16 years ago
0c25743
Introduce is_default field for QEMUMachine
by Anthony Liguori
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
4af3961
Syborg (Symbian Virtual Platform) board
by Paul Brook
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
e37630c
xen: groundwork for xen support (Gerd Hoffmann)
by aliguori
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
6295e56
Remove nodisk_ok machine feature (Jan Kiszka)
by aliguori
· 16 years ago
1db09b8
kvm/powerpc: Add MPC8544DS board support
by aurel32
· 16 years ago
6f338c3
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
by aliguori
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
10c144e
ETRAX: Add a model for the axis devboard88 machine.
by edgar_igl
· 16 years ago
2c9fade
target-ppc: IBM PowerPC 440EP Bamboo reference board emulation
by aurel32
· 16 years ago
997641a
ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).
by balrog
· 16 years ago
b209700
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
by aliguori
· 16 years ago
c9b1ae2
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
by blueswir1
· 16 years ago
e87231d
Add a generic Niagara machine
by blueswir1
· 16 years ago
f88e4b9
Allow boot without a drive on Sparc machines (partly extracted from Xen)
by blueswir1
· 17 years ago
c7ba218
Add T1 and T2 CPUs, add a Sun4v machine
by blueswir1
· 17 years ago
89cdb6a
Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.
by balrog
· 17 years ago
e927bb0
Nokia N810 basic system emulation.
by balrog
· 17 years ago
8dd3dca
remove target ifdefs from vl.c
by aurel32
· 17 years ago
4fc5d07
Fix a regression introduced by my previous commit, ram_size is now unsigned.
by aurel32
· 17 years ago
00f82b8
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
24859b6
ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).
by balrog
· 17 years ago
7fb4fdc
RAM usage information in machine definition.
by balrog
· 17 years ago
0387544
Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready.
by aurel32
· 17 years ago
967032c
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
7e7c5e4
Nokia N800 machine support (ARM).
by balrog
· 17 years ago
c171148
Simplify PICA 61 emulation
by aurel32
· 17 years ago
4ce7ff6
MIPS Magnum R4000 machine
by aurel32
· 17 years ago
a526a31
Add more machine definitions
by blueswir1
· 17 years ago
ee76f82
Initial support for SS-2 (Sun4c)
by blueswir1
· 17 years ago
7d85892
Initial support for Sun4d machines (SS-1000, SS-2000)
by blueswir1
· 17 years ago
ae40972
Add SPARCstation 20 machine type (Robert Reif)
by blueswir1
· 17 years ago
ef056e4
Intel Mainstone II (ARM) machine by Armin Kuster.
by balrog
· 17 years ago
3e3f675
Gumstix Verdex (ARM) board support by Thorsten Zitterell.
by balrog
· 17 years ago
b881c2c
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
by blueswir1
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago