]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite92c131303454397dd17c89d5bd359ea1316f85d
treeccbeacbfa2fc1f1b283d0f3460d46c82c1ca76a0
parent63166bbb0cc23cd11303a98325d06034170b2601
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