summaryrefslogtreecommitdiff
path: root/hw/spapr.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-17spapr: convert to memory APIAvi Kivity1-3/+6
2011-10-06pseries: Refactor spapr irq allocationDavid Gibson1-0/+25
2011-10-06pseries: Implement hcall-bulk hypervisor interfaceDavid Gibson1-1/+1
2011-10-06pseries: use macro for firmware filenameNishanth Aravamudan1-1/+1
2011-10-06pseries: More complete WIMG validation in H_ENTER codeDavid Gibson1-1/+2
2011-10-06pseries: interrupt controller should not have a 'reg' propertyDavid Gibson1-2/+1
2011-10-06pseries: Add a phandle to the xicp interrupt controller device tree nodeDavid Gibson1-0/+5
2011-10-06PPC: SPAPR: Use KVM function for time infoAlexander Graf1-4/+4
2011-10-06PPC: Enable to use PAPR with PR style KVMAlexander Graf1-1/+13
2011-10-06spapr: proper qdevificationPaolo Bonzini1-10/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-05-09Place pseries vty devices at addresses more similar to existing machinesDavid Gibson1-2/+3
2011-05-09Make pSeries 'model' property more closely resemble real hardwareDavid Gibson1-1/+1
2011-05-09pseries: Increase maximum CPUs to 256Anton Blanchard1-1/+1
2011-04-08Delay creation of pseries device tree until resetDavid Gibson1-48/+68