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