From: Alexander Graf Date: Thu, 29 Jul 2010 12:47:47 +0000 (+0200) Subject: KVM: PPC: Convert SPRG[0-4] to shared page X-Git-Tag: v2.6.37-rc1~142^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73a9599e03eef1324d5aeecaebc1b339d2e1664;p=pandora-kernel.git KVM: PPC: Convert SPRG[0-4] to shared page 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: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed