aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc_newworld.c
AgeCommit message (Expand)Author
2010-12-11isa_mmio: Always use little endianAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-16more stdvga cleanups.Gerd Hoffmann
2010-10-13Delete write only variablesBlue Swirl
2010-10-13ppc: remove video.xBlue Swirl
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf
2010-08-24Rearrange block headersBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-21Compile usb-ohci 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-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-02-14PPC: Add USB per default on U3Alexander Graf
2010-02-14PPC: Use macio IDE controller for NewworldAlexander Graf
2010-02-14PPC: tell the guest about the time base frequencyAlexander Graf
2010-02-14PPC: Include dump of lspci -nn on real G5Alexander Graf
2010-02-14PPC: Use Mac99_U3 type on ppc64Alexander Graf
2009-12-21ppc64: Change default machine to mac99Andreas Färber
2009-12-19target-ppc: Use interrupts for esccAlexander Graf
2009-12-03targe-ppc: Sync CPU state for KVMAlexander Graf
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
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-09qdev/usb: convert ohci.Gerd Hoffmann
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-27ide: split away ide-pci.cGerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-08ppc_newworld: configure screen size from QEMU command line optionsBlue Swirl
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-27kill drives_tableGerd Hoffmann
2009-07-26PPC: Round VGA BIOS size to page boundaryAlexander Graf
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-30Use relative path for biosPaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-10Clean up VGA ram allocation.pbrook
2009-04-10More phys_ram_base removal.pbrook
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir1