[PATCH v2] KVM: vmx: Advance rip to after an ICEBP instruction.

2014-04-16 Thread Huw Davies
When entering an exception after an ICEBP, the saved instruction pointer should point to after the instruction. This fixes the bug here: https://bugs.launchpad.net/qemu/+bug/1119686 Signed-off-by: Huw Davies h...@codeweavers.com --- v2: Mask off DR6_RESERVED before comparing to zero. arch/x86

[PATCH] KVM: vmx: Advance rip to after an ICEBP instruction.

2014-04-15 Thread Huw Davies
When entering an exception after an ICEBP, the saved instruction pointer should point to after the instruction. This fixes the bug here: https://bugs.launchpad.net/qemu/+bug/1119686 Signed-off-by: Huw Davies h...@codeweavers.com --- arch/x86/kvm/vmx.c | 3 +++ 1 file changed, 3 insertions