diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2020-05-07 16:36:02 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-07-08 16:21:35 -0400 |
commit | 9ce372b33a2ebbd0b965148879ae169a0015d3f3 (patch) | |
tree | 52fa2906966ab56f900249ee6e762d82f00f6e27 /virt | |
parent | 6c6165f83ba7cee1997303115ffea9d5aa646188 (diff) | |
download | linux-9ce372b33a2ebbd0b965148879ae169a0015d3f3.tar.gz linux-9ce372b33a2ebbd0b965148879ae169a0015d3f3.tar.bz2 linux-9ce372b33a2ebbd0b965148879ae169a0015d3f3.zip |
KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()
KVM guest code in Linux enables APF only when KVM_FEATURE_ASYNC_PF_INT
is supported, this means we will never see KVM_PV_REASON_PAGE_READY
when handling page fault vmexit in KVM.
While on it, make sure we only follow genuine page fault path when
APF reason is zero. If we happen to see something else this means
that the underlying hypervisor is misbehaving. Leave WARN_ON_ONCE()
to catch that.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions