]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: never re-execute instruction with enabled tdp
authorGleb Natapov <gleb@redhat.com>
Wed, 14 Jul 2010 16:05:45 +0000 (19:05 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:51 +0000 (06:40 +0300)
commita041b814f0cc11af8f4db8b4a9c0944883ca7285
tree06235f7cf0330da1cdc9dd9b61c86432181b6ee0
parent628f10f92767637c6ee773b6b3630b1828bda7b7
KVM: x86: never re-execute instruction with enabled tdp

With tdp enabled we should get into emulator only when emulating io, so
reexecution will always bring us back into emulator.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c