KVM: x86 emulator: introduce read cache
[linux-2.6-block.git] / arch / x86 / include / asm / kvm_emulate.h
index 0b2729bf207055ce1621bd8a92872f5b9909694b..288cbedcab1c4f2984de766cab68565c7a83d398 100644 (file)
@@ -186,6 +186,7 @@ struct decode_cache {
        unsigned long modrm_val;
        struct fetch_cache fetch;
        struct read_cache io_read;
+       struct read_cache mem_read;
 };
 
 struct x86_emulate_ctxt {