KVM: Deal with interrupt shadow state for emulated instructions
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / kvm_x86_emulate.h
index be40d6e2b6bb2f6a050e3d4c93583f34159583d0..b7ed2c423116be32942ef23b63e5dc4f09492d9d 100644 (file)
@@ -155,6 +155,9 @@ struct x86_emulate_ctxt {
        int mode;
        u32 cs_base;
 
+       /* interruptibility state, as a result of execution of STI or MOV SS */
+       int interruptibility;
+
        /* decode cache */
        struct decode_cache decode;
 };