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)
commite882b440a6f01928300f8770b32853c4aaef0397
treee1a57368cfae2d8ed2a5ef75b8be5aa3a9b2adee
parenta1023d012c9389696c369b2bf5f0b3d8331649ad
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