KVM: nSVM: propagate the NPF EXITINFO to the guest
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Sep 2014 11:18:37 +0000 (13:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 3 Sep 2014 08:18:54 +0000 (10:18 +0200)
commit5e352519519623a0b62587c606280e534d0cf1d9
tree776ecf76c11f6092c28d2125e7e79cd49a937f9b
parenta0c0feb57992c5caed170feab8a68c51306eb7c3
KVM: nSVM: propagate the NPF EXITINFO to the guest

This is similar to what the EPT code does with the exit qualification.
This allows the guest to see a valid value for bits 33:32.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/svm.c