]> Pileus Git - ~andy/linux/commit
KVM: x86 emulator: add NoAccess flag for memory instructions that skip access
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 12:10:29 +0000 (15:10 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:37 +0000 (10:50 +0200)
commit5a506b125f1c97c846654ebacc913a136284e42b
treeca4d3e6e95bee914be84e184462adbc621bb3b28
parentb27f38563d956135a5e80aca749b399ac5f3158a
KVM: x86 emulator: add NoAccess flag for memory instructions that skip access

Use for INVLPG, which accesses the tlb, not memory.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c