From: Jan Kiszka Date: Wed, 18 Dec 2013 18:16:24 +0000 (+0100) Subject: KVM: VMX: Do not skip the instruction if handle_dr injects a fault X-Git-Tag: v3.14-rc1~127^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4d563b49830a66537c3f51070dad74d7a81d3a;p=pandora-kernel.git KVM: VMX: Do not skip the instruction if handle_dr injects a fault If kvm_get_dr or kvm_set_dr reports that it raised a fault, we must not advance the instruction pointer. Otherwise the exception will hit the wrong instruction. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed