aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori1-3/+0
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir11-60/+15
2009-03-07Fix sparc64-softmmu breakage from r6711blueswir11-2/+2
2009-02-21Reload ptimers on resetblueswir11-3/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-17Switch to CMD646 IDEblueswir11-2/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-8/+8
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-5/+2
2009-01-10Add EBUS bridgeblueswir11-2/+48
2009-01-09Fix APBblueswir11-2/+3
2008-12-23Implement tick interrupt disable bitsblueswir11-9/+20
2008-11-05Use qemu_ram_allocblueswir11-5/+8
2008-11-02More realistic max_cpusblueswir11-3/+3
2008-10-31Make DMA bottom-half driven (v2)aliguori1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+3
2008-10-04Move nographic export to sysemu.hblueswir11-2/+0
2008-10-03Rearrange tick functionsblueswir11-0/+15
2008-09-26Add a generic Niagara machineblueswir11-10/+71
2008-09-22Add software and timer interrupt supportblueswir11-5/+59
2008-09-18Add common keys to firmware configurationblueswir11-0/+10
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir11-0/+5
2008-08-21Fix OpenBSD linker warningsblueswir11-6/+9
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir11-0/+2
2008-08-12Use C99 initializersblueswir11-8/+8
2008-07-22Add T1 and T2 CPUs, add a Sun4v machineblueswir11-8/+51
2008-07-15Add idpromblueswir11-7/+11
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+0
2008-06-23Fix some compiler signed/unsigned char warningsblueswir11-5/+5
2008-06-20Add support for boot_set commandblueswir11-0/+22
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir11-1/+1
2008-05-12Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir11-13/+12
2008-05-12Wrap long linesblueswir11-9/+18
2008-05-10Fix compiler warningsblueswir11-24/+18
2008-05-05Fix Sparc64 serial device breakageblueswir11-1/+2
2008-05-01Improved large memory supportblueswir11-1/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-27Fix broken TCX vram, restore Sun4u PROM_SIZE_MAXblueswir11-1/+1
2008-04-24RAM usage information in machine definition.balrog1-0/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-3/+26
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-4/+4
2007-11-17Break up vl.h.pbrook1-2/+9
2007-11-14Update OHW interface to version 3.blueswir11-154/+67
2007-11-11 Fix Sun4u compileblueswir11-67/+42
2007-11-10added cpu_model parameter to cpu_init()bellard1-5/+2
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-2/+2
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir11-1/+1
2007-10-06 More detabificationblueswir11-23/+23