aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4m.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori1-12/+0
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir11-57/+41
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-4/+4
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-30/+30
2009-01-14escc: allow one IRQ per serial channelaurel321-6/+7
2009-01-13sun4c/sun4d: also swap the CharDriverState of escc_init()aurel321-4/+4
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-33/+3
2009-01-13ESCC: swap the two CharDriverState argumentsaurel321-2/+2
2009-01-12Rename slavio_serial functions to escc, add clock rate and it_shift parametersblueswir11-9/+12
2009-01-10Fix segfaultblueswir11-6/+9
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