summaryrefslogtreecommitdiff
path: root/hw/spapr_hcall.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+1
2012-10-31spapr: Pass PowerPCCPU to hypercallsAndreas Färber1-17/+21
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber1-1/+3
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson1-12/+14
2012-10-29pseries: Don't allow duplicate registration of hcalls or RTAS callsDavid Gibson1-2/+1
2012-10-05pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson1-5/+0
2012-10-04pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson1-38/+4
2012-10-04pseries: Small cleanup to H_CEDE implementationDavid Gibson1-0/+2
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-1/+0
2012-06-24spapr: Add "memop" hypercallBenjamin Herrenschmidt1-0/+68
2012-05-01pseries: Fix use of global CPU statePeter Portante1-1/+1
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber1-21/+21
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2011-10-06pseries: Implement hcall-bulk hypervisor interfaceDavid Gibson1-12/+113
2011-10-06pseries: Add real mode debugging hcallsDavid Gibson1-0/+73
2011-10-06pseries: More complete WIMG validation in H_ENTER codeDavid Gibson1-4/+18
2011-07-30exec.h cleanupBlue Swirl1-1/+1
2011-07-12spapr: use specific endian ld/st_physAlexander Graf1-6/+6
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-20pSeries: Clean up write-only variablesDavid Gibson1-6/+1
2011-05-10Fix off-by-one error in sizing pSeries hcall tableDavid Gibson1-2/+2
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson1-0/+192
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson1-0/+10
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson1-8/+36
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson1-0/+254
2011-04-01Start implementing pSeries logical partition machineDavid Gibson1-0/+41