]> 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)
commitf7ffca0c92d373c8f4b7b341e0e888bddba783a5
treeccbeacbfa2fc1f1b283d0f3460d46c82c1ca76a0
parentb76726562e80b79f21494653e4790aa8e4d3bfe9
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