]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/kvm_emulate.h
KVM: x86 emulator: move memop, memopp into emulation context
[karo-tx-linux.git] / arch / x86 / include / asm / kvm_emulate.h
index 6040d115ef513348378fb7c6637e3ab29c6e3fac..56bac3e3423e4a4bbed1a251085d038288ec11f2 100644 (file)
@@ -275,6 +275,8 @@ struct x86_emulate_ctxt {
        unsigned long _eip;
        /* Fields above regs are cleared together. */
        unsigned long regs[NR_VCPU_REGS];
+       struct operand memop;
+       struct operand *memopp;
        struct fetch_cache fetch;
        struct read_cache io_read;
        struct read_cache mem_read;