From: Joerg Roedel Date: Wed, 6 Apr 2011 10:30:03 +0000 (+0200) Subject: KVM: SVM: Fix fault-rip on vmsave/vmload emulation X-Git-Tag: v3.0-rc1~350^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e9ed3d2c443fd90a04fb7ff231ad53ef087417;p=pandora-kernel.git KVM: SVM: Fix fault-rip on vmsave/vmload emulation When the emulation of vmload or vmsave fails because the guest passed an unsupported physical address it gets an #GP with rip pointing to the instruction after vmsave/vmload. This is a bug and fixed by this patch. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed