aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-8/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-6/+6
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini1-2/+2
2010-12-11isa_mmio: Always use little endianAlexander Graf1-2/+2
2010-11-16more stdvga cleanups.Gerd Hoffmann1-1/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-2/+2
2010-05-26sparc64: clean up pci bridge mapIgor V. Kovalenko1-2/+2
2010-05-26sparc64: rename sun4u cpu to Ultrasparc IIiIgor V. Kovalenko1-1/+1
2010-05-22Compile dma only onceBlue Swirl1-1/+5
2010-03-21Compile serial only onceBlue Swirl1-1/+1
2010-03-21Compile isa_mmio only onceBlue Swirl1-2/+2
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-4/+10
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl1-11/+10
2010-01-27sparc64: reimplement tick timers v4Igor V. Kovalenko1-33/+173
2010-01-24Sparc64: fix initrdBlue Swirl1-3/+5
2010-01-09Sparc64: use firmware configuration device for command line storageBlue Swirl1-3/+3
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko1-13/+35
2010-01-08sparc64: add macros to deal with softint and timer interruptIgor V. Kovalenko1-1/+0
2009-12-30Sparc64: split DPRINTF into CPUIRQ and EBUS versionsBlue Swirl1-8/+16
2009-12-30Sparc64: fix compile with DEBUG_IRQ enabledBlue Swirl1-1/+2
2009-12-27sparc: make command line available also via firmware configuration deviceBlue Swirl1-0/+3
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-7/+9
2009-10-24sparc64: remove unused variablesBlue Swirl1-3/+0
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-2/+2
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-05serial: convert isa to qdevGerd Hoffmann1-5/+1
2009-10-05floppy: add drive properties.Gerd Hoffmann1-4/+2
2009-10-05parallel: convert isa to qdevGerd Hoffmann1-2/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-12/+12
2009-10-01Get rid of _t suffixmalc1-12/+12
2009-09-20Compile loader only onceBlue Swirl1-3/+15
2009-09-14Add an ISA bus version of m48t59Blue Swirl1-2/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-1/+1
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-2/+2
2009-09-06Sparc64: use ISA bus for i8042Blue Swirl1-2/+2
2009-09-06Sparc64: remove unused variablesBlue Swirl1-7/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-3/+2
2009-08-28Fix Sparc64 breakage: add dummy ISA irqsBlue Swirl1-0/+8
2009-08-27ide: split away ide-pci.cGerd Hoffmann1-0/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-3/+6
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann1-1/+1
2009-08-13Unbreak Sparc64Blue Swirl1-0/+2
2009-08-10qdev/prop: convert sun4u.c to helper macros.Gerd Hoffmann1-6/+2
2009-08-09Use qemu_irq for system_powerdownBlue Swirl1-4/+0