commit | 27959a4415a5a00881a7b9353ab9b1274da2ca47 | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Tue Dec 06 16:46:10 2016 -0800 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon Jan 09 14:46:05 2017 +0100 |
tree | 5f0a762bd7a1e43e7062c88d446bf4e99259d806 | |
parent | 114df303a7eeae8b50ebf68229b7e647714a9bea [diff] |
kvm: x86: mmu: Use symbolic constants for EPT Violation Exit Qualifications This change adds some symbolic constants for VM Exit Qualifications related to EPT Violations and updates handle_ept_violation() to use these constants instead of hard-coded numbers. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>