diff options
author | Shaoqin Huang <shahuang@redhat.com> | 2023-02-20 06:49:09 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-03-24 02:11:22 +0300 |
commit | 752b8a9b4d98da55ab84cfb0d37adca8cd3d17b1 (patch) | |
tree | 90d993786db5a58f91ecc1ba3fef2534c7f6cba7 /Documentation | |
parent | f530b531fb9e05eb134cfc334242799ea974d111 (diff) | |
download | linux-752b8a9b4d98da55ab84cfb0d37adca8cd3d17b1.tar.xz |
KVM: Add the missed title format
The 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 now is not a title, make it
as a title to keep the format consistent.
Signed-off-by: Shaoqin Huang <shahuang@redhat.com>
Fixes: 106ee47dc633 ("docs: kvm: Convert api.txt to ReST format")
Reviewed-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20230220034910.11024-1-shahuang@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 48fad6556822..a69e91088d76 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -7267,6 +7267,7 @@ and injected exceptions. will clear DR6.RTM. 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 +-------------------------------------- :Architectures: x86, arm64, mips :Parameters: args[0] whether feature should be enabled or not |