KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 25 May 2020 14:41:23 +0000 (16:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Jun 2020 11:46:49 +0000 (07:46 -0400)
commitb1d405751cd5792856b1b8333aafaca6bf09ccbb
treeccbeacbfa2fc1f1b283d0f3460d46c82c1ca76a0
parent49b3deaad3452217d62dbd78da8df24eb0c7e169
KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery

KVM now supports using interrupt for 'page ready' APF event delivery and
legacy mechanism was deprecated. Switch KVM guests to the new one.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20200525144125.143875-9-vkuznets@redhat.com>
[Use HYPERVISOR_CALLBACK_VECTOR instead of a separate vector. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/Kconfig
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/kvm_para.h
arch/x86/kernel/kvm.c