aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4m.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-24Sun4m use 0 for nonexistent devices (Robert Reif)blueswir11-28/+5
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-11-29Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)blueswir11-1/+1
2008-11-05Use qemu_ram_allocblueswir11-15/+23
2008-11-02More realistic max_cpusblueswir11-12/+5
2008-11-02Fix loading of unstripped ELF PROM imageblueswir11-1/+1
2008-11-02Halt the CPU using a qemu_irqblueswir11-2/+10
2008-10-31Make DMA bottom-half driven (v2)aliguori1-1/+0
2008-10-28Sun4c cleanups (Robert Reif)blueswir11-10/+5
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir11-239/+241
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+12
2008-10-04Move nographic export to sysemu.hblueswir11-2/+0
2008-09-29Fix SS-2 crashblueswir11-1/+1
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir11-0/+12
2008-09-18Add Sparc32 display depth to firmware configurationblueswir11-0/+2
2008-09-18Add common keys to firmware configurationblueswir11-19/+58
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir11-0/+14
2008-08-21Fix OpenBSD linker warningsblueswir11-6/+9
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir11-0/+12
2008-08-12Use C99 initializersblueswir11-48/+48
2008-06-30Move CPU save/load registration to common code.pbrook1-3/+0
2008-06-23Fix some compiler signed/unsigned char warningsblueswir11-4/+4
2008-06-20Add support for boot_set commandblueswir11-0/+22
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir11-3/+3
2008-05-13Fix loading of binary ROMsblueswir11-3/+3
2008-05-12Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir11-22/+27
2008-05-12Wrap long linesblueswir11-10/+20
2008-05-10Fix compiler warningsblueswir11-34/+25
2008-05-01Improved large memory supportblueswir11-18/+18
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-7/+7
2008-04-27Revert wrong changesblueswir11-2/+2
2008-04-27Fix broken TCX vram, restore Sun4u PROM_SIZE_MAXblueswir11-14/+17
2008-04-24RAM usage information in machine definition.balrog1-0/+12
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-7/+7
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-7/+7
2008-04-09ESP: Add it_shift parameter (Hervé Poussineau)blueswir11-3/+3
2008-03-21 Wire up TC signal from Aux1 to FDCblueswir11-9/+15
2008-03-05 Add more machine definitionsblueswir11-0/+290
2008-03-04 Show IRQ set or reset (Robert Reif)blueswir11-1/+4
2008-03-02Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)blueswir11-6/+10
2008-02-29Fix sun4m machine if MAX_FD != 2 (Herv�oussineau)blueswir11-1/+1
2008-02-11 Fix SS-20 auxio addressesblueswir11-2/+2
2008-02-01Move AUX1 and AUX2 to correct locationsblueswir11-5/+5
2008-01-27Rearrange slavio_misc code to prepare for different addressesblueswir11-8/+23
2008-01-17 Give ECC controller an IRQ (Robert Reif)blueswir11-2/+6
2008-01-06 Make error messages consistent (Robert Reif)blueswir11-3/+3
2008-01-01 Fix Debian serial console boot problem reported by Aurelien Jarnoblueswir11-6/+5
2008-01-01 DVMA translation errors raise a module error irq (NMI)blueswir11-3/+8
2007-12-29 Fix CPU timer interruptsblueswir11-6/+7
2007-12-29 Fix SS-2 boot modeblueswir11-0/+1