aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4m.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-17Break up vl.h.pbrook1-2/+9
2007-11-17 Machine specific IOMMU version (Robert Reif)blueswir11-1/+5
2007-11-14Update OHW interface to version 3.blueswir11-100/+59
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir11-1/+54
2007-11-10added cpu_model parameter to cpu_init()bellard1-8/+6
2007-11-04 Remove target dependent codeblueswir11-1/+2
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-6/+7
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir11-1/+1
2007-10-06 More detabificationblueswir11-22/+22
2007-10-06 Implement user mode for timersblueswir11-7/+4
2007-10-06 Support for loading a real BIOS image (Robert Reif)blueswir11-5/+7
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer1-1/+3
2007-10-02 Fix kernel loadingblueswir11-1/+2
2007-09-24 CPU boot modeblueswir11-4/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir11-4/+9
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-11/+26
2007-06-25 Rename variables and rearrange code to please gcc -Wshadow checksblueswir11-21/+24
2007-05-27New option -net nic,model=? (Mark Glines)blueswir11-0/+3
2007-05-27Handle unconnected vlan case in lanceblueswir11-8/+8
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir11-4/+45
2007-05-27Use qemu_irq between interrupt controller and timersblueswir11-6/+8
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir11-7/+6
2007-05-26Split DMA controller in twoblueswir11-6/+7
2007-05-19Use full 36-bit physical address space on SS10blueswir11-25/+29
2007-05-17Set limits for memory size to avoid overlap with devicesblueswir11-3/+8
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir11-2/+15
2007-05-06Fix slavio_misc baseblueswir11-2/+2
2007-05-01Set OpenBIOS variables in NVRAMblueswir11-5/+56
2007-04-21TCX 24 bit model supportblueswir11-1/+5
2007-04-07Fix TCX base on SS10blueswir11-1/+1
2007-04-07Unify IRQ handling.pbrook1-17/+15
2007-04-05Fill in real SparcStation 10 valuesblueswir11-17/+17
2007-04-01Improved initrd support for mips.ths1-2/+2
2007-04-01Change Sparc uses of pic_set_irq to pic_set_irq_newblueswir11-16/+8
2007-04-01Add SparcStation-10 machineblueswir11-1/+59
2007-04-01Reorganise Sun4m to allow other machine typesblueswir11-61/+132
2007-03-25Sparc32/64 CPU selectionblueswir11-0/+9
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer1-1/+1
2007-01-10Restore SCSI disk attaching, by Igor Kovalenko.ths1-0/+7
2007-01-07Revert -disk patch, as requested by Fabrice. The general idea of thisths1-6/+0
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths1-0/+6
2006-09-10dummy cs4231 audio driver for sun4m (Blue Swirl)bellard1-0/+4
2006-09-03Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl)bellard1-23/+6
2006-08-29SCSI TCQ support.pbrook1-0/+12
2006-06-14use OpenBIOS instead of Proll on sparc (Blue Swirl)bellard1-7/+2
2006-05-13Rearrange PCI host emulation code.pbrook1-0/+5
2006-04-26added entry parameter to ELF loaderbellard1-2/+2
2006-04-23use generic ELF loaderbellard1-4/+6
2006-04-09Allow multiple graphics devices.pbrook1-18/+1