commit | 68be0803456b3eed33038be5566710ad7648c854 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Jul 14 19:05:45 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:51 2010 +0300 |
tree | 06235f7cf0330da1cdc9dd9b61c86432181b6ee0 | |
parent | d153513ddef5698a292b53790008b2e7660cd08d [diff] |
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>