Message ID | 20230220034910.11024-1-shahuang@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | KVM: Add the missed title format | expand |
On Mon, Feb 20, 2023, Shaoqin Huang wrote: > 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> Looks like it simply got missed by the ReST conversion. Fixes: 106ee47dc633 ("docs: kvm: Convert api.txt to ReST format") Reviewed-by: Sean Christopherson <seanjc@google.com>
On Mon, 20 Feb 2023 11:49:09 +0800, Shaoqin Huang wrote: > The 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 now is not a title, make it > as a title to keep the format consistent. > > Applied to kvm-x86 generic, thanks! [1/1] KVM: Add the missed title format https://github.com/kvm-x86/linux/commit/752b8a9b4d98 -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 0a67cb738013..15209dfd8392 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -7174,6 +7174,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
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> --- Documentation/virt/kvm/api.rst | 1 + 1 file changed, 1 insertion(+)