[PATCH 06/27] KVM: PPC: Convert SPRG[0-4] to shared page

2010-07-29 Thread Alexander Graf
When in kernel mode there are 4 additional registers available that are simple data storage. Instead of exiting to the hypervisor to read and write those, we can just share them with the guest using the page. This patch converts all users of the current field to the shared page. Signed-off-by: Al

[PATCH 06/27] KVM: PPC: Convert SPRG[0-4] to shared page

2010-07-01 Thread Alexander Graf
When in kernel mode there are 4 additional registers available that are simple data storage. Instead of exiting to the hypervisor to read and write those, we can just share them with the guest using the page. This patch converts all users of the current field to the shared page. Signed-off-by: Al