]> git.baikalelectronics.ru Git - kernel.git/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)
commit33ccf62d9af209c29c579482cd6045a1a720895b
treeca4d3e6e95bee914be84e184462adbc621bb3b28
parenta51d6b4dcb288c19382d809af2844ca586cc73e0
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