From: Alexander Graf Date: Wed, 15 Feb 2012 23:24:28 +0000 (+0000) Subject: KVM: PPC: e500mc: add load inst fixup X-Git-Tag: v3.5-rc1~88^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d628af78a28c77143bcdd4ed09e93bb235d4198;p=pandora-kernel.git KVM: PPC: e500mc: add load inst fixup There's always a chance we're unable to read a guest instruction. The guest could have its TLB mapped execute-, but not readable, something odd happens and our TLB gets flushed. So it's a good idea to be prepared for that case and have a fallback that allows us to fix things up in that case. Add fixup code that keeps guest code from potentially crashing our host kernel. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed