KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
authorAaron Lewis <aaronlewis@google.com>
Mon, 14 Feb 2022 21:29:51 +0000 (21:29 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Feb 2022 14:52:50 +0000 (09:52 -0500)
commit127770ac0d043435375ab86434f31a93efa88215
tree74c97683ef2e7be02e2fecb03b559ef1e0085a50
parent710c476514313c74045c41c0571bb5178fd16e3d
KVM: x86: Add KVM_CAP_ENABLE_CAP to x86

Follow the precedent set by other architectures that support the VCPU
ioctl, KVM_ENABLE_CAP, and advertise the VM extension, KVM_CAP_ENABLE_CAP.
This way, userspace can ensure that KVM_ENABLE_CAP is available on a
vcpu before using it.

Fixes: 5c919412fe61 ("kvm/x86: Hyper-V synthetic interrupt controller")
Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Message-Id: <20220214212950.1776943-1-aaronlewis@google.com>
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst
arch/x86/kvm/x86.c