aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_newworld.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-4/+2
2009-08-27ide: split away ide-pci.cGerd Hoffmann1-0/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-08ppc_newworld: configure screen size from QEMU command line optionsBlue Swirl1-0/+5
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-07-27kill drives_tableGerd Hoffmann1-6/+3
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-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-30Use relative path for biosPaul Brook1-7/+18
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-13Remove vga_ram_sizePaul Brook1-3/+2
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-6/+5
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-9/+10
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir11-2/+35
2009-03-02kvm/powerpc: Enable MPIC for E500 platform.aurel321-0/+1
2009-02-09ppc newworld: default to a G4 CPUaurel321-1/+1
2009-02-08Use Mac NVRAMblueswir11-21/+1
2009-02-08Switch Mac99 to OpenBIOSblueswir11-11/+12
2009-02-08Use CMD646 IDE for nowblueswir11-8/+3
2009-02-08Load 32 bit ELF BIOS images also on PPC64blueswir11-7/+0
2009-02-08Rename ppc_chrp.c to ppc_newworld.cblueswir11-0/+362