diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2018-06-22 10:56:14 -0400 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2018-06-22 11:30:20 -0400 |
commit | 2ddc649810133fcf8e5282eea898ee7ececf161e (patch) | |
tree | 9a2132e7aa34c2c54c7669adc90092574f2a80aa | |
parent | 0447378a4a793da008451fad50bc0f93e9675ae6 (diff) |
KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph number
KVM_CAP_HYPERV_TLBFLUSH collided with KVM_CAP_S390_PSW-BPB, its paragraph
number should now be 8.18.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 495b7742ab58..d10944e619d3 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -4610,7 +4610,7 @@ This capability indicates that kvm will implement the interfaces to handle | |||
4610 | reset, migration and nested KVM for branch prediction blocking. The stfle | 4610 | reset, migration and nested KVM for branch prediction blocking. The stfle |
4611 | facility 82 should not be provided to the guest without this capability. | 4611 | facility 82 should not be provided to the guest without this capability. |
4612 | 4612 | ||
4613 | 8.14 KVM_CAP_HYPERV_TLBFLUSH | 4613 | 8.18 KVM_CAP_HYPERV_TLBFLUSH |
4614 | 4614 | ||
4615 | Architectures: x86 | 4615 | Architectures: x86 |
4616 | 4616 | ||