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