All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Jonathan Corbet <corbet@lwn.net>,
	kvm@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH 25/27] docs: kvm: Convert s390-diag.txt to ReST format
Date: Tue, 28 Jan 2020 15:00:26 +0100	[thread overview]
Message-ID: <614882a25b34203f6e1de2982b2d619bf1cfddc1.1580219586.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1580219586.git.mchehab+huawei@kernel.org>

This file is almost in ReST format. Just one change was
needed:

    - Add markups for a literal block and change its indentation.

While here, use the standard markup for the document title.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/virt/kvm/index.rst                      |  1 +
 .../virt/kvm/{s390-diag.txt => s390-diag.rst}         | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)
 rename Documentation/virt/kvm/{s390-diag.txt => s390-diag.rst} (91%)

diff --git a/Documentation/virt/kvm/index.rst b/Documentation/virt/kvm/index.rst
index d0e17e717461..e5ea75f97d52 100644
--- a/Documentation/virt/kvm/index.rst
+++ b/Documentation/virt/kvm/index.rst
@@ -17,6 +17,7 @@ KVM
    msr
    nested-vmx
    ppc-pv
+   s390-diag
    vcpu-requests
 
    arm/index
diff --git a/Documentation/virt/kvm/s390-diag.txt b/Documentation/virt/kvm/s390-diag.rst
similarity index 91%
rename from Documentation/virt/kvm/s390-diag.txt
rename to Documentation/virt/kvm/s390-diag.rst
index 7c52e5f8b210..db6eb7a06b2a 100644
--- a/Documentation/virt/kvm/s390-diag.txt
+++ b/Documentation/virt/kvm/s390-diag.rst
@@ -1,3 +1,4 @@
+=============================
 The s390 DIAGNOSE call on KVM
 =============================
 
@@ -16,12 +17,12 @@ DIAGNOSE calls by the guest cause a mandatory intercept. This implies
 all supported DIAGNOSE calls need to be handled by either KVM or its
 userspace.
 
-All DIAGNOSE calls supported by KVM use the RS-a format:
+All DIAGNOSE calls supported by KVM use the RS-a format::
 
---------------------------------------
-|  '83'  | R1 | R3 | B2 |     D2     |
---------------------------------------
-0        8    12   16   20           31
+  --------------------------------------
+  |  '83'  | R1 | R3 | B2 |     D2     |
+  --------------------------------------
+  0        8    12   16   20           31
 
 The second-operand address (obtained by the base/displacement calculation)
 is not used to address data. Instead, bits 48-63 of this address specify
-- 
2.24.1


WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Jonathan Corbet <corbet@lwn.net>,
	kvm@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH 25/27] docs: kvm: Convert s390-diag.txt to ReST format
Date: Tue, 28 Jan 2020 14:58:21 +0100	[thread overview]
Message-ID: <614882a25b34203f6e1de2982b2d619bf1cfddc1.1580219586.git.mchehab+huawei@kernel.org> (raw)
Message-ID: <20200128135821.DvAjIzrLBYDEh_UB7FEbqej8oJijfRtXbLuDkQfjLxU@z> (raw)
In-Reply-To: <cover.1580219586.git.mchehab+huawei@kernel.org>

This file is almost in ReST format. Just one change was
needed:

    - Add markups for a literal block and change its indentation.

While here, use the standard markup for the document title.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/virt/kvm/index.rst                      |  1 +
 .../virt/kvm/{s390-diag.txt => s390-diag.rst}         | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)
 rename Documentation/virt/kvm/{s390-diag.txt => s390-diag.rst} (91%)

diff --git a/Documentation/virt/kvm/index.rst b/Documentation/virt/kvm/index.rst
index d0e17e717461..e5ea75f97d52 100644
--- a/Documentation/virt/kvm/index.rst
+++ b/Documentation/virt/kvm/index.rst
@@ -17,6 +17,7 @@ KVM
    msr
    nested-vmx
    ppc-pv
+   s390-diag
    vcpu-requests
 
    arm/index
diff --git a/Documentation/virt/kvm/s390-diag.txt b/Documentation/virt/kvm/s390-diag.rst
similarity index 91%
rename from Documentation/virt/kvm/s390-diag.txt
rename to Documentation/virt/kvm/s390-diag.rst
index 7c52e5f8b210..db6eb7a06b2a 100644
--- a/Documentation/virt/kvm/s390-diag.txt
+++ b/Documentation/virt/kvm/s390-diag.rst
@@ -1,3 +1,4 @@
+=============================
 The s390 DIAGNOSE call on KVM
 =============================
 
@@ -16,12 +17,12 @@ DIAGNOSE calls by the guest cause a mandatory intercept. This implies
 all supported DIAGNOSE calls need to be handled by either KVM or its
 userspace.
 
-All DIAGNOSE calls supported by KVM use the RS-a format:
+All DIAGNOSE calls supported by KVM use the RS-a format::
 
---------------------------------------
-|  '83'  | R1 | R3 | B2 |     D2     |
---------------------------------------
-0        8    12   16   20           31
+  --------------------------------------
+  |  '83'  | R1 | R3 | B2 |     D2     |
+  --------------------------------------
+  0        8    12   16   20           31
 
 The second-operand address (obtained by the base/displacement calculation)
 is not used to address data. Instead, bits 48-63 of this address specify
-- 
2.24.1


  parent reply	other threads:[~2020-01-28 14:49 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 13:57 [PATCH 00/27] docs: virt: convert text documents to ReST format Mauro Carvalho Chehab
2020-01-28 13:57 ` Mauro Carvalho Chehab
2020-01-28 14:00   ` Mauro Carvalho Chehab
2020-01-28 14:00   ` Mauro Carvalho Chehab
2020-01-28 13:57   ` [PATCH 01/27] docs: kvm: add arm/pvtime.rst to index.rst Mauro Carvalho Chehab
2020-01-28 13:57     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:57   ` [PATCH 02/27] docs: virt: convert UML documentation to ReST Mauro Carvalho Chehab
2020-01-28 13:57     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:57   ` [PATCH 03/27] docs: virt: user_mode_linux.rst: update compiling instructions Mauro Carvalho Chehab
2020-01-28 13:57     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 04/27] docs: virt: user_mode_linux.rst: fix URL references Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 05/27] docs: virt: convert halt-polling.txt to ReST format Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 06/27] docs: virt: Convert msr.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 07/27] docs: kvm: devices/arm-vgic-its.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 08/27] docs: kvm: devices/arm-vgit-v3.txt to ReST Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 09/27] docs: kvm: convert devices/arm-vgit.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 10/27] docs: kvm: convert devices/mpic.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 11/27] docs: kvm: convert devices/s390_flic.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 18:11       ` Cornelia Huck
2020-01-28 18:13       ` Cornelia Huck
2020-01-28 20:38         ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 12/27] docs: kvm: convert devices/vcpu.txt " Mauro Carvalho Chehab
2020-01-28 14:00     ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 13/27] " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 14/27] docs: kvm: convert devices/vm.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 15/27] docs: kvm: convert devices/xics.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 16/27] docs: kvm: convert devices/xive.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 17/27] docs: kvm: Convert api.txt to ReST format Mauro Carvalho Chehab
2020-01-28 14:00     ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 18/27] docs: kvm: convert arm/hyp-abi.txt to ReST Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 19/27] docs: kvm: arm/psci.txt: convert " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 20/27] docs: kvm: Convert hypercalls.txt to ReST format Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 21/27] docs: kvm: Convert locking.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 22/27] docs: kvm: Convert mmu.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 23/27] docs: kvm: Convert nested-vmx.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 24/27] docs: kvm: Convert ppc-pv.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` Mauro Carvalho Chehab [this message]
2020-01-28 13:58     ` [PATCH 25/27] docs: kvm: Convert s390-diag.txt " Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 18:15       ` Cornelia Huck
2020-01-28 13:58   ` [PATCH 26/27] docs: kvm: Convert timekeeping.txt " Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab
2020-01-28 13:58   ` [PATCH 27/27] docs: kvm: review-checklist.txt: rename to ReST Mauro Carvalho Chehab
2020-01-28 13:58     ` Mauro Carvalho Chehab
2020-01-28 14:00       ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=614882a25b34203f6e1de2982b2d619bf1cfddc1.1580219586.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=corbet@lwn.net \
    --cc=kvm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.