commit | 568e1847a507dbce3fc94fdd6ee3add120a2d9f2 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Jun 19 15:18:37 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Fri Nov 22 18:20:06 2024 +0000 |
tree | d9971aa8d5b03c8fd17bd215b38d3b3b6ca16e39 | |
parent | de8de18d46e99db975a42d1e1effdc7b5412fdce [diff] |
KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT Since we're (almost) feature complete, let's allow userspace to request KVM_ARM_VCPU_NESTED_VIRT by bumping the KVM_VCPU_MAX_FEATURES up. We also now advertise the feature to userspace with a new capability. It's going to be great... Signed-off-by: Marc Zyngier <maz@kernel.org>