All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge
@ 2021-04-22 16:38 Brijesh Singh
  2021-04-22 16:38 ` [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START Brijesh Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Brijesh Singh @ 2021-04-22 16:38 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, sfr, Ashish.Kalra, Brijesh Singh

The make htmldocs reports the following warnings on kvm/next.

Documentation/virt/kvm/amd-memory-encryption.rst:308: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:310: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:313: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:316: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:319: WARNING: Inline emphasis start-string without end-string.
Documentation/virt/kvm/amd-memory-encryption.rst:321: WARNING: Definition list ends without a blank line; unexpected unindent.
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.

15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:369: WARNING: Title underline too short.

15. KVM_SEV_RECEIVE_START
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.

16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:398: WARNING: Title underline too short.

16. KVM_SEV_RECEIVE_UPDATE_DATA
----------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.

17. KVM_SEV_RECEIVE_FINISH
------------------------
Documentation/virt/kvm/amd-memory-encryption.rst:422: WARNING: Title underline too short.

17. KVM_SEV_RECEIVE_FINISH
------------------------

Brijesh Singh (4):
  docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START
  docs: kvm: fix underline too sort warning for
    KVM_SEV_RECEIVE_UPDATE_DATA
  docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH
  docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START

 Documentation/virt/kvm/amd-memory-encryption.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.17.1


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

* [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START
  2021-04-22 16:38 [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge Brijesh Singh
@ 2021-04-22 16:38 ` Brijesh Singh
  2021-04-22 16:38 ` [PATCH 2/4] docs: kvm: fix underline too sort warning for KVM_SEV_RECEIVE_UPDATE_DATA Brijesh Singh
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Brijesh Singh @ 2021-04-22 16:38 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, sfr, Ashish.Kalra, Brijesh Singh

Fixes: af43cbbf954b ("KVM: SVM: Add support for KVM_SEV_RECEIVE_START command")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
---
 Documentation/virt/kvm/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index 907adfe60090..07f8633b61cd 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -366,7 +366,7 @@ migration can restart with a new target later.
 Returns: 0 on success, -negative on error
 
 15. KVM_SEV_RECEIVE_START
-------------------------
+--------------------------
 
 The KVM_SEV_RECEIVE_START command is used for creating the memory encryption
 context for an incoming SEV guest. To create the encryption context, the user must
-- 
2.17.1


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

* [PATCH 2/4] docs: kvm: fix underline too sort warning for KVM_SEV_RECEIVE_UPDATE_DATA
  2021-04-22 16:38 [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge Brijesh Singh
  2021-04-22 16:38 ` [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START Brijesh Singh
@ 2021-04-22 16:38 ` Brijesh Singh
  2021-04-22 16:38 ` [PATCH 3/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH Brijesh Singh
  2021-04-22 16:38 ` [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START Brijesh Singh
  3 siblings, 0 replies; 5+ messages in thread
From: Brijesh Singh @ 2021-04-22 16:38 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, sfr, Ashish.Kalra, Brijesh Singh

Fixes: 15fb7de1a7f5 ("KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command)"
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
---
 Documentation/virt/kvm/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index 07f8633b61cd..bc8e5b7f0c35 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -395,7 +395,7 @@ On success, the 'handle' field contains a new handle and on error, a negative va
 For more details, see SEV spec Section 6.12.
 
 16. KVM_SEV_RECEIVE_UPDATE_DATA
-----------------------------
+-------------------------------
 
 The KVM_SEV_RECEIVE_UPDATE_DATA command can be used by the hypervisor to copy
 the incoming buffers into the guest memory region with encryption context
-- 
2.17.1


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

* [PATCH 3/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH
  2021-04-22 16:38 [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge Brijesh Singh
  2021-04-22 16:38 ` [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START Brijesh Singh
  2021-04-22 16:38 ` [PATCH 2/4] docs: kvm: fix underline too sort warning for KVM_SEV_RECEIVE_UPDATE_DATA Brijesh Singh
@ 2021-04-22 16:38 ` Brijesh Singh
  2021-04-22 16:38 ` [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START Brijesh Singh
  3 siblings, 0 replies; 5+ messages in thread
From: Brijesh Singh @ 2021-04-22 16:38 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, sfr, Ashish.Kalra, Brijesh Singh

Fixes: 6a443def87d2 ("KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
---
 Documentation/virt/kvm/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index bc8e5b7f0c35..eef3eff799fe 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -419,7 +419,7 @@ Returns: 0 on success, -negative on error
         };
 
 17. KVM_SEV_RECEIVE_FINISH
-------------------------
+--------------------------
 
 After completion of the migration flow, the KVM_SEV_RECEIVE_FINISH command can be
 issued by the hypervisor to make the guest ready for execution.
-- 
2.17.1


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

* [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START
  2021-04-22 16:38 [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge Brijesh Singh
                   ` (2 preceding siblings ...)
  2021-04-22 16:38 ` [PATCH 3/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH Brijesh Singh
@ 2021-04-22 16:38 ` Brijesh Singh
  3 siblings, 0 replies; 5+ messages in thread
From: Brijesh Singh @ 2021-04-22 16:38 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, sfr, Ashish.Kalra, Brijesh Singh

Fix the following warning seen with 'make htmldocs'

WARNING: Inline emphasis start-string without end-string

Fixes: 4cfdd47d6d95 ("KVM: SVM: Add KVM_SEV SEND_START command")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
---
 Documentation/virt/kvm/amd-memory-encryption.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index eef3eff799fe..b45f2358e143 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -304,6 +304,7 @@ Parameters (in): struct kvm_sev_send_start
 Returns: 0 on success, -negative on error
 
 ::
+
         struct kvm_sev_send_start {
                 __u32 policy;                 /* guest policy */
 
-- 
2.17.1


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

end of thread, other threads:[~2021-04-22 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 16:38 [PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge Brijesh Singh
2021-04-22 16:38 ` [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START Brijesh Singh
2021-04-22 16:38 ` [PATCH 2/4] docs: kvm: fix underline too sort warning for KVM_SEV_RECEIVE_UPDATE_DATA Brijesh Singh
2021-04-22 16:38 ` [PATCH 3/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH Brijesh Singh
2021-04-22 16:38 ` [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START Brijesh Singh

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.