commit | fd2a445a94d2ab6b39fb623dc02fee48d01a565a | [log] [tgz] |
---|---|---|
author | Huw Davies <huw@codeweavers.com> | Wed Apr 16 10:02:51 2014 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Apr 22 18:37:43 2014 -0300 |
tree | 82f5f73c92f313a19c756ee9664783fa6268dc37 | |
parent | 63b5cf04f4ede6046cc8771789e5ac40529f30e8 [diff] |
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>