All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/virt: add a blank line and some - to kvm api
@ 2021-12-09  9:14 Yanteng Si
  2022-01-11  7:37 ` yanteng si
  0 siblings, 1 reply; 2+ messages in thread
From: Yanteng Si @ 2021-12-09  9:14 UTC (permalink / raw)
  To: vkuznets; +Cc: pbonzini, corbet, linux-doc, siyanteng01, Yanteng Si

Since 0e691ee7b5034 ("KVM:Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name") which
introduced awarning:

/home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:6046: WARNING: Literal block ends without a blank line; unexpected unindent.
/home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:7296: WARNING: Title underline too short.

8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
-----------------------------
/home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:7296: WARNING: Title underline too short.

8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
-----------------------------

Add 8 "-" for (8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID)
Add a blank line.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/virt/kvm/api.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index aeeb071c7688..a77c4533821f 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -6043,6 +6043,7 @@ Valid values for 'type' are:
 			unsigned long args[6];
 			unsigned long ret[2];
 		} riscv_sbi;
+
 If exit reason is KVM_EXIT_RISCV_SBI then it indicates that the VCPU has
 done a SBI call which is not handled by KVM RISC-V kernel module. The details
 of the SBI call are available in 'riscv_sbi' member of kvm_run structure. The
@@ -7293,7 +7294,7 @@ 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.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
------------------------------
+-------------------------------------
 
 Architectures: x86
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs/virt: add a blank line and some - to kvm api
  2021-12-09  9:14 [PATCH] docs/virt: add a blank line and some - to kvm api Yanteng Si
@ 2022-01-11  7:37 ` yanteng si
  0 siblings, 0 replies; 2+ messages in thread
From: yanteng si @ 2022-01-11  7:37 UTC (permalink / raw)
  To: vkuznets; +Cc: pbonzini, Jonathan Corbet, Linux Doc Mailing List, Yanteng Si

Yanteng Si <siyanteng01@gmail.com> 于2021年12月9日周四 17:15写道:
>
> Since 0e691ee7b5034 ("KVM:Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name") which
> introduced awarning:
>
> /home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:6046: WARNING: Literal block ends without a blank line; unexpected unindent.
> /home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:7296: WARNING: Title underline too short.
>
> 8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
> -----------------------------
> /home/siyanteng/mainline/linux/Documentation/virt/kvm/api.rst:7296: WARNING: Title underline too short.
>
> 8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
> -----------------------------
>
> Add 8 "-" for (8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID)
> Add a blank line.
>
> Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
> ---
>  Documentation/virt/kvm/api.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
> index aeeb071c7688..a77c4533821f 100644
> --- a/Documentation/virt/kvm/api.rst
> +++ b/Documentation/virt/kvm/api.rst
> @@ -6043,6 +6043,7 @@ Valid values for 'type' are:
>                         unsigned long args[6];
>                         unsigned long ret[2];
>                 } riscv_sbi;
> +
>  If exit reason is KVM_EXIT_RISCV_SBI then it indicates that the VCPU has
>  done a SBI call which is not handled by KVM RISC-V kernel module. The details
>  of the SBI call are available in 'riscv_sbi' member of kvm_run structure. The
> @@ -7293,7 +7294,7 @@ 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.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
> ------------------------------
> +-------------------------------------
>
>  Architectures: x86
>
> --
> 2.27.0
>

Ping


Thanks,
Yanteng

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-11  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  9:14 [PATCH] docs/virt: add a blank line and some - to kvm api Yanteng Si
2022-01-11  7:37 ` yanteng si

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.