diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-15 07:53:05 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-07-08 16:20:30 -0400 |
commit | 26d05b368a5c0a4e12da527fab98903a204bdc88 (patch) | |
tree | 98b87efa58a348f470f780e09b6fa25c2ea8a69c /arch/x86/include/asm/idtentry.h | |
parent | 0ed076c7ba3d676535b01a5f848746674bdfa351 (diff) | |
parent | b1d405751cd5792856b1b8333aafaca6bf09ccbb (diff) |
Merge branch 'kvm-async-pf-int' into HEAD
Diffstat (limited to 'arch/x86/include/asm/idtentry.h')
-rw-r--r-- | arch/x86/include/asm/idtentry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/idtentry.h b/arch/x86/include/asm/idtentry.h index cf51c50eb356..cecc603eed35 100644 --- a/arch/x86/include/asm/idtentry.h +++ b/arch/x86/include/asm/idtentry.h @@ -647,6 +647,10 @@ DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback); DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback); #endif +#ifdef CONFIG_KVM_GUEST +DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt); +#endif + #undef X86_TRAP_OTHER #endif |