aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spapr.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-08pseries: Abolish envs arrayDavid Gibson1-25/+24
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson1-4/+31
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson1-1/+1
2011-04-01Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt1-0/+8
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt1-1/+1
2011-04-01Implement sPAPR Virtual LAN (ibmveth)David Gibson1-0/+19
2011-04-01Implement TCE translation for sPAPR VIODavid Gibson1-1/+2
2011-04-01Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson1-2/+4
2011-04-01Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson1-1/+1
2011-04-01Implement the PAPR (pSeries) virtualized interrupt controller (xics)David Gibson1-0/+27
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson1-1/+1
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson1-3/+23
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson1-4/+31
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson1-18/+30
2011-04-01Start implementing pSeries logical partition machineDavid Gibson1-0/+313