]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants
authorJunaid Shahid <junaids@google.com>
Thu, 22 Dec 2016 04:29:28 +0000 (20:29 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jan 2017 14:46:38 +0000 (15:46 +0100)
commit4efb13996454c3e8c74aefca2536e991c47558e5
treee1a57368cfae2d8ed2a5ef75b8be5aa3a9b2adee
parentc3d446ecf131251ed10e470dd109a468e2ead509
kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants

Rename the EPT_VIOLATION_READ/WRITE/INSTR constants to
EPT_VIOLATION_ACC_READ/WRITE/INSTR to more clearly indicate that these
signify the type of the memory access as opposed to the permissions
granted by the PTE.

Signed-off-by: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/vmx.h
arch/x86/kvm/vmx.c