KVM: x86: fix singlestepping over syscall
[linux-2.6-microblaze.git] / arch / x86 / include / asm / kvm_emulate.h
index 0559626..722d0e5 100644 (file)
@@ -296,6 +296,7 @@ struct x86_emulate_ctxt {
 
        bool perm_ok; /* do not check permissions if true */
        bool ud;        /* inject an #UD if host doesn't support insn */
+       bool tf;        /* TF value before instruction (after for syscall/sysret) */
 
        bool have_exception;
        struct x86_exception exception;