diff options
author | Peter Xu <peterx@redhat.com> | 2020-10-23 14:33:46 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-08 04:41:27 -0500 |
commit | 177158e5b1a558a28b9ce6b27a14bea588a6f2fb (patch) | |
tree | 6a77b0c22f9c61068e9051c627976b1ab840fcc6 /Documentation | |
parent | 3d20267abc789e6753fce60019bb5945fe8a74f3 (diff) | |
download | linux-177158e5b1a558a28b9ce6b27a14bea588a6f2fb.tar.gz linux-177158e5b1a558a28b9ce6b27a14bea588a6f2fb.tar.bz2 linux-177158e5b1a558a28b9ce6b27a14bea588a6f2fb.zip |
KVM: Documentation: Update entry for KVM_CAP_ENFORCE_PV_CPUID
Should be squashed into 66570e966dd9cb4f.
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201023183358.50607-3-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index e53e3bd99b2c..e00a66d72372 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -6381,8 +6381,7 @@ In combination with KVM_CAP_X86_USER_SPACE_MSR, this allows user space to trap and emulate MSRs that are outside of the scope of KVM as well as limit the attack surface on KVM's MSR emulation code. - -8.26 KVM_CAP_ENFORCE_PV_CPUID +8.28 KVM_CAP_ENFORCE_PV_CPUID ----------------------------- Architectures: x86 |