From: Paolo Bonzini Date: Fri, 4 Mar 2022 23:39:29 +0000 (-0500) Subject: Merge branch 'kvm-bugfixes' into HEAD X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0564eeb71bbb0e1a566fb701f90155bef9e7a224;p=linux.git Merge branch 'kvm-bugfixes' into HEAD Merge bugfixes from 5.17 before merging more tricky work. --- 0564eeb71bbb0e1a566fb701f90155bef9e7a224 diff --cc arch/x86/kvm/x86.c index cf17af4d69045,eb4029660bd9f..f79bf45520823 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@@ -4251,7 -4245,7 +4263,8 @@@ int kvm_vm_ioctl_check_extension(struc case KVM_CAP_EXIT_ON_EMULATION_FAILURE: case KVM_CAP_VCPU_ATTRIBUTES: case KVM_CAP_SYS_ATTRIBUTES: + case KVM_CAP_VAPIC: + case KVM_CAP_ENABLE_CAP: r = 1; break; case KVM_CAP_EXIT_HYPERCALL: