Skip to content

Commit a9700af

Browse files
mchehabbonzini
authored andcommitted
docs: kvm: Convert s390-diag.txt to ReST format
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 <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent c849d86 commit a9700af

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Documentation/virt/kvm/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ KVM
1717
msr
1818
nested-vmx
1919
ppc-pv
20+
s390-diag
2021
vcpu-requests
2122

2223
arm/index

Documentation/virt/kvm/s390-diag.txt renamed to Documentation/virt/kvm/s390-diag.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
=============================
14
The s390 DIAGNOSE call on KVM
25
=============================
36

@@ -16,12 +19,12 @@ DIAGNOSE calls by the guest cause a mandatory intercept. This implies
1619
all supported DIAGNOSE calls need to be handled by either KVM or its
1720
userspace.
1821

19-
All DIAGNOSE calls supported by KVM use the RS-a format:
22+
All DIAGNOSE calls supported by KVM use the RS-a format::
2023

21-
--------------------------------------
22-
| '83' | R1 | R3 | B2 | D2 |
23-
--------------------------------------
24-
0 8 12 16 20 31
24+
--------------------------------------
25+
| '83' | R1 | R3 | B2 | D2 |
26+
--------------------------------------
27+
0 8 12 16 20 31
2528

2629
The second-operand address (obtained by the base/displacement calculation)
2730
is not used to address data. Instead, bits 48-63 of this address specify

0 commit comments

Comments
 (0)