aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-3/+12
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-13Remove vga_ram_sizePaul Brook1-8/+8
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-3/+0
2009-04-10Clean up VGA ram allocation.pbrook1-5/+2
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori1-3/+0
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir11-60/+15
2009-03-07Fix sparc64-softmmu breakage from r6711blueswir11-2/+2
2009-02-21Reload ptimers on resetblueswir11-3/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-17Switch to CMD646 IDEblueswir11-2/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-8/+8
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-5/+2