aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spapr.c
AgeCommit message (Expand)AuthorFilesLines
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