aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_oldworld.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-10-17ppc_oldworld: convert to memory APIAvi Kivity1-5/+8
2011-10-06ppc: move ADB stuff from ppc_mac.h to adb.hLaurent Vivier1-0/+1
2011-10-01PPC: Drop initial ESCC mappingAlexander Graf1-1/+1
2011-09-27PPC: use memory API to construct the PCI holeBlue Swirl1-2/+0
2011-08-25ppc_oldworld, ppc_newworld: fix escc BAR related crashAvi Kivity1-2/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-08ppc: convert to memory APIAvi Kivity1-12/+11
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-1/+3
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+2
2011-06-17PPC: calculate kernel,initrd,cmdline locations dynamicallyAlexander Graf1-4/+11
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-8/+3
2010-12-11isa_mmio: Always use little endianAlexander Graf1-1/+1
2010-11-16more stdvga cleanups.Gerd Hoffmann1-1/+1
2010-10-13Delete write only variablesBlue Swirl1-2/+1
2010-10-13ppc: remove video.xBlue Swirl1-106/+4
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf1-0/+7
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-3/+3
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