]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Advance rip to after an ICEBP instruction
authorHuw Davies <huw@codeweavers.com>
Wed, 16 Apr 2014 09:02:51 +0000 (10:02 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 22 Apr 2014 21:37:43 +0000 (18:37 -0300)
commit16f406b695e53258df3a027800aac33fb1ad7b50
tree82f5f73c92f313a19c756ee9664783fa6268dc37
parente26fb5fb445a846e0a2f361d19599f4da167a6f3
KVM: VMX: Advance rip to after an ICEBP instruction

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 <huw@codeweavers.com>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c