aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_oldworld.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-04Revert "Compile usb-ohci only once"Paul Brook1-1/+1
2010-03-21Compile usb-ohci only onceBlue Swirl1-1/+1
2010-03-21Compile isa_mmio only onceBlue Swirl1-1/+1
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-11/+10
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-3/+0
2010-02-14PPC: tell the guest about the time base frequencyAlexander Graf1-0/+9
2009-12-21ppc64: Change default machine to mac99Andreas Färber1-0/+2
2009-12-03targe-ppc: Sync CPU state for KVMAlexander Graf1-0/+4
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl1-1/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-20Compile loader only onceBlue Swirl1-4/+16
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-10/+5
2009-08-27ide: split away ide-pci.cGerd Hoffmann1-0/+1
2009-08-16Replace REGX with PRIx64Blue Swirl1-2/+4
2009-08-08ppc_oldworld: configure screen size from qemu command line optionsLaurent Vivier1-0/+5
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-07-27kill drives_tableGerd Hoffmann1-21/+9
2009-07-26PPC: Round VGA BIOS size to page boundaryAlexander Graf1-0/+4
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-05-30Use relative path for biosPaul Brook1-7/+18
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-1/+8
2009-05-13Remove vga_ram_sizePaul Brook1-3/+2
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+6
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-10Clean up VGA ram allocation.pbrook1-6/+2
2009-04-10More phys_ram_base removal.pbrook1-7/+8
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-2/+2
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir11-14/+19
2009-03-07ppc_oldworld: swap the MACIO and CMD646 IDE controllersaurel321-9/+8
2009-02-08Load 32 bit ELF BIOS images also on PPC64blueswir11-7/+0
2009-02-07Add it_shiftblueswir11-1/+1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-2/+3
2009-01-30PowerPC: IDE DB-DMA supportaurel321-1/+1
2009-01-30PowerPC: mac-io DB-DMA supportaurel321-2/+5
2009-01-26target-ppc: always load kernel to KERNEL_LOAD_ADDRaurel321-3/+9
2009-01-24Fix kernel_size and initrd_size sign (Francois Revol)blueswir11-1/+2
2009-01-16ppc_oldworld: remove i8259aurel321-5/+1
2009-01-16ppc_oldworld: remove debug I/O portaurel321-3/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-14PPC OldWorld: use a more realistic timer frequencyaurel321-2/+2
2009-01-14escc: allow one IRQ per serial channelaurel321-1/+1
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-5/+2