Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <mchehab+huawei@kernel.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

authored by

Mauro Carvalho Chehab and committed by
Paolo Bonzini
a9700af6 c849d861

+9 -5
+1
Documentation/virt/kvm/index.rst
··· 17 17 msr 18 18 nested-vmx 19 19 ppc-pv 20 + s390-diag 20 21 vcpu-requests 21 22 22 23 arm/index
+8 -5
Documentation/virt/kvm/s390-diag.txt Documentation/virt/kvm/s390-diag.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============================= 1 4 The s390 DIAGNOSE call on KVM 2 5 ============================= 3 6 ··· 19 16 all supported DIAGNOSE calls need to be handled by either KVM or its 20 17 userspace. 21 18 22 - All DIAGNOSE calls supported by KVM use the RS-a format: 19 + All DIAGNOSE calls supported by KVM use the RS-a format:: 23 20 24 - -------------------------------------- 25 - | '83' | R1 | R3 | B2 | D2 | 26 - -------------------------------------- 27 - 0 8 12 16 20 31 21 + -------------------------------------- 22 + | '83' | R1 | R3 | B2 | D2 | 23 + -------------------------------------- 24 + 0 8 12 16 20 31 28 25 29 26 The second-operand address (obtained by the base/displacement calculation) 30 27 is not used to address data. Instead, bits 48-63 of this address specify