aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-08Sparc64: configure screen size from QEMU command line optionsBlue Swirl1-0/+8
2009-07-27kill drives_tableGerd Hoffmann1-12/+6
2009-07-21Sparc32/64: use 64 bit type for memory sizeBlue Swirl1-2/+2
2009-07-21Sparc64: refactor kernel initBlue Swirl1-42/+55
2009-07-21Sparc64: refactor CPU initBlue Swirl1-19/+27
2009-07-21Sparc64: convert memory to qdevBlue Swirl1-4/+59
2009-07-21Sparc64: convert boot prom to qdevBlue Swirl1-29/+62
2009-07-12Sparc64: convert ebus to qdevBlue Swirl1-2/+18
2009-07-12sparc64: really initialize irqIgor Kovalenko1-2/+3
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-23sparc64 follow pci_nic_init changeIgor V. Kovalenko1-1/+1
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-05-30Use relative path for biosPaul Brook1-10/+16
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1