From: Joerg Roedel Date: Wed, 9 Feb 2011 17:29:39 +0000 (+0100) Subject: KVM: SVM: Advance instruction pointer in dr_intercept X-Git-Tag: v2.6.38-rc7~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c46d2aec054e61a33feac8c3992218eabdcc22a;p=pandora-kernel.git KVM: SVM: Advance instruction pointer in dr_intercept In the dr_intercept function a new cpu-feature called decode-assists is implemented and used when available. This code-path does not advance the guest-rip causing the guest to dead-loop over mov-dr instructions. This is fixed by this patch. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed