From: Alexander Graf Date: Tue, 13 Mar 2012 22:05:16 +0000 (+0100) Subject: KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7 X-Git-Tag: v3.5-rc1~88^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f225ae06e7f39a523ec500c3cf127e50797983e;p=pandora-kernel.git KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7 When running PR KVM on a p7 system in bare metal, we get HV exits instead of normal supervisor traps. Semantically they are identical though and the HSRR vs SRR difference is already taken care of in the exit code. So all we need to do is handle them in addition to our normal exits. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed