summaryrefslogtreecommitdiff
path: root/hw/boards.h
AgeCommit message (Expand)Author
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir1
2008-07-22Add T1 and T2 CPUs, add a Sun4v machineblueswir1
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog
2008-05-07Nokia N810 basic system emulation.balrog
2008-05-04remove target ifdefs from vl.caurel32
2008-04-27Fix a regression introduced by my previous commit, ram_size is nowaurel32
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-24ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-14Nokia N800 machine support (ARM).balrog
2008-04-08Simplify PICA 61 emulationaurel32
2008-04-07MIPS Magnum R4000 machineaurel32
2008-03-05 Add more machine definitionsblueswir1
2007-12-28 Initial support for SS-2 (Sun4c)blueswir1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir1
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir1
2007-11-25Intel Mainstone II (ARM) machine by Armin Kuster.balrog
2007-11-24Gumstix Verdex (ARM) board support by Thorsten Zitterell.balrog
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir1
2007-11-17Break up vl.h.pbrook