From: Alexander Graf Date: Mon, 8 Aug 2011 15:26:24 +0000 (+0200) Subject: KVM: PPC: Support SC1 hypercalls for PAPR in PR mode X-Git-Tag: v3.2-rc1~119^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a668f2bd3f14ce7f92e119f4b5d9b50cdc59e855;p=pandora-kernel.git KVM: PPC: Support SC1 hypercalls for PAPR in PR mode PAPR defines hypercalls as SC1 instructions. Using these, the guest modifies page tables and does other privileged operations that it wouldn't be allowed to do in supervisor mode. This patch adds support for PR KVM to trap these instructions and route them through the same PAPR hypercall interface that we already use for HV style KVM. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed