summaryrefslogtreecommitdiff
path: root/hw/ppc_newworld.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Add USB option in machine optionszhlcindy@gmail.com1-12/+7
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-4/+4
2012-10-20create struct for machine initialization argumentsEduardo Habkost1-6/+7
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno1-1/+1
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com1-1/+1
2012-06-04ppc_newworld: Pass PowerPCCPU to ppc_core99_reset()Andreas Färber1-3/+3
2012-06-04ppc_newworld: Use cpu_ppc_init() to obtain PowerPCCPUAndreas Färber1-2/+5
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber1-2/+2
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+8
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann1-2/+1
2012-01-27openpic: remove dead code to make a PCI device versionAnthony Liguori1-1/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-10-10ppc_newworld: convert to memory APIAvi Kivity1-22/+17
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-1/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-08ppc: convert to memory APIAvi Kivity1-16/+14
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-2/+2
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-2/+3
2011-06-17PPC: calculate kernel,initrd,cmdline locations dynamicallyAlexander Graf1-4/+11
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-9/+2
2010-12-11isa_mmio: Always use little endianAlexander Graf1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
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-38/+3
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl1-1/+2
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-10/+9
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-3/+0
2010-02-14PPC: Add USB per default on U3Alexander Graf1-1/+11
2010-02-14PPC: Use macio IDE controller for NewworldAlexander Graf1-5/+11
2010-02-14PPC: tell the guest about the time base frequencyAlexander Graf1-0/+9
2010-02-14PPC: Include dump of lspci -nn on real G5Alexander Graf1-0/+24
2010-02-14PPC: Use Mac99_U3 type on ppc64Alexander Graf1-2/+10
2009-12-21ppc64: Change default machine to mac99Andreas Färber1-0/+7
2009-12-19target-ppc: Use interrupts for esccAlexander Graf1-5/+1
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