summaryrefslogtreecommitdiff
path: root/hw/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber1-1/+1
2012-10-31target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber1-1/+3
2012-10-29pseries: Implement qemu initiated shutdowns using EPOW eventsDavid Gibson1-2/+12
2012-10-29Add USB option in machine optionszhlcindy@gmail.com1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-8/+8
2012-10-20create struct for machine initialization argumentsEduardo Habkost1-6/+7
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno1-131/+198
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno1-5/+2
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno1-1/+1
2012-10-05pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson1-1/+6
2012-10-04pseries: Set hash table size based on RAM sizeDavid Gibson1-3/+10
2012-10-04pseries: Remove XICS irq type enum typeDavid Gibson1-4/+4
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson1-112/+162
2012-10-04pseries: Use new method to correct reset sequenceDavid Gibson1-5/+4
2012-10-04pseries: Fix and cleanup CPU initialization and resetDavid Gibson1-14/+20
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber1-1/+1
2012-08-22spapr_pci: QOM'ify sPAPR PCI host bridgeAndreas Färber1-3/+4
2012-08-16pseries: Instantiate USB interface when requiredDavid Gibson1-0/+10
2012-08-15pseries: Add PCI MSI/MSI-X supportAlexey Kardashevskiy1-1/+6
2012-08-15pseries: added allocator for a block of IRQsAlexey Kardashevskiy1-0/+26
2012-08-15pseries: Separate PCI RTAS setup from common from emulation specific PCI setupAlexey Kardashevskiy1-0/+2
2012-08-15pseries: Rework irq assignment to avoid carrying qemu_irqs aroundAlexey Kardashevskiy1-11/+7
2012-08-15pseries: Remove extraneous printsDavid Gibson1-18/+0
2012-08-15PPC: spapr: Remove global variableAlexander Graf1-3/+2
2012-08-15PPC: spapr: Rework VGA select logicAlexander Graf1-4/+9
2012-08-15spapr: Add support for -vga optionzhlcindy@gmail.com1-1/+25
2012-08-15pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dtAlexey Kardashevskiy1-1/+1
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson1-0/+3
2012-06-24spapr: Add "memop" hypercallBenjamin Herrenschmidt1-0/+3
2012-06-24pseries: Correctly create ibm,segment-page-sizes propertyBenjamin Herrenschmidt1-0/+43
2012-06-04spapr: Pass PowerPCCPU to spapr_cpu_reset()Andreas Färber1-3/+3
2012-06-04spapr: Use cpu_ppc_init() to obtain PowerPCCPUAndreas Färber1-3/+5
2012-05-01pseries: Implement automatic PAPR VIO address allocationDavid Gibson1-4/+3
2012-03-15pseries: Add support for level interrupts to XICSDavid Gibson1-2/+3
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber1-5/+5
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+8
2012-01-22vga: improve VGA logicBlue Swirl1-1/+0
2012-01-21pseries: SLOF PCI flag dayBenjamin Herrenschmidt1-44/+91
2012-01-07Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno1-11/+103
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2012-01-03pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson1-0/+2
2012-01-03pseries: FDT NUMA extensions to support multi-node guestsBharata B Rao1-11/+101
2011-11-18pseries: Correct RAM size check for SLOFDavid Gibson1-3/+3
2011-11-11pseries: Fix initialization of sPAPREnvironment structureDavid Gibson1-1/+3
2011-10-31pseries: Add partial support for PCIDavid Gibson1-4/+32
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson1-5/+5
2011-10-30pseries: Under kvm use guest cpu = host cpu by defaultDavid Gibson1-1/+1
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson1-0/+17
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson1-12/+44
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson1-3/+21