commit | adfe20fb48785dd73af3bf91407196eb5403c8cf | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpeng.li@hotmail.com> | Thu Jul 13 18:30:41 2017 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Fri Jul 14 14:26:16 2017 +0200 |
tree | fb89b189418b350f609c08203f7b5b24f7f193ce | |
parent | 1261bfa326f5e903166498628a1894edce0caabc [diff] |
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf Add an nested_apf field to vcpu->arch.exception to identify an async page fault, and constructs the expected vm-exit information fields. Force a nested VM exit from nested_vmx_check_exception() if the injected #PF is async page fault. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Wanpeng Li <wanpeng.li@hotmail.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>