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

2014-04-15 Thread Jan Kiszka
On 2014-04-15 15:40, Huw Davies wrote: > 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 > --- > arch/x86/kvm/vmx.c | 3 +++ >

[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 --- arch/x86/kvm/vmx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/