kvm: x86: fix stale mmio cache bug
[pandora-kernel.git] / arch / x86 / include / asm / kvm_host.h
index 15d24cb..9171618 100644 (file)
@@ -435,6 +435,7 @@ struct kvm_vcpu_arch {
        u64 mmio_gva;
        unsigned access;
        gfn_t mmio_gfn;
+       u64 mmio_gen;
 
        /* used for guest single stepping over the given code position */
        unsigned long singlestep_rip;