summaryrefslogtreecommitdiffstats
path: root/hw/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr: convert to memory APIAvi Kivity2011-10-171-3/+6
* pseries: Refactor spapr irq allocationDavid Gibson2011-10-061-0/+25
* pseries: Implement hcall-bulk hypervisor interfaceDavid Gibson2011-10-061-1/+1
* pseries: use macro for firmware filenameNishanth Aravamudan2011-10-061-1/+1
* pseries: More complete WIMG validation in H_ENTER codeDavid Gibson2011-10-061-1/+2
* pseries: interrupt controller should not have a 'reg' propertyDavid Gibson2011-10-061-2/+1
* pseries: Add a phandle to the xicp interrupt controller device tree nodeDavid Gibson2011-10-061-0/+5
* PPC: SPAPR: Use KVM function for time infoAlexander Graf2011-10-061-4/+4
* PPC: Enable to use PAPR with PR style KVMAlexander Graf2011-10-061-1/+13
* spapr: proper qdevificationPaolo Bonzini2011-10-061-10/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* Place pseries vty devices at addresses more similar to existing machinesDavid Gibson2011-05-091-2/+3
* Make pSeries 'model' property more closely resemble real hardwareDavid Gibson2011-05-091-1/+1
* pseries: Increase maximum CPUs to 256Anton Blanchard2011-05-091-1/+1
* Delay creation of pseries device tree until resetDavid Gibson2011-04-081-48/+68
OpenPOWER on IntegriCloud