commit | eebed2438923f8df465c27f8fa41303771fdb2e8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 28 14:39:58 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Aug 10 16:44:04 2017 +0200 |
tree | a767edc12e331314c03493ef5172248334350f71 | |
parent | 64531a3b70b17c8d3e77f2e49e5e1bb70f571266 [diff] |
kvm: nVMX: Add support for fast unprotection of nested guest page tables This is the same as commit 147277540bbc ("kvm: svm: Add support for additional SVM NPF error codes", 2016-11-23), but for Intel processors. In this case, the exit qualification field's bit 8 says whether the EPT violation occurred while translating the guest's final physical address or rather while translating the guest page tables. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>