]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitab22a4733fe919d22bc2957680506ed17e40941e
treee1a57368cfae2d8ed2a5ef75b8be5aa3a9b2adee
parent0b4c208d443ba2af82b4c70f99ca8df31e9a0020
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