Commit a9700af6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Paolo Bonzini

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: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c849d861
...@@ -17,6 +17,7 @@ KVM ...@@ -17,6 +17,7 @@ KVM
msr msr
nested-vmx nested-vmx
ppc-pv ppc-pv
s390-diag
vcpu-requests vcpu-requests
arm/index arm/index
......
.. SPDX-License-Identifier: GPL-2.0
=============================
The s390 DIAGNOSE call on KVM The s390 DIAGNOSE call on KVM
============================= =============================
...@@ -16,12 +19,12 @@ DIAGNOSE calls by the guest cause a mandatory intercept. This implies ...@@ -16,12 +19,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 all supported DIAGNOSE calls need to be handled by either KVM or its
userspace. 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 | | '83' | R1 | R3 | B2 | D2 |
-------------------------------------- --------------------------------------
0 8 12 16 20 31 0 8 12 16 20 31
The second-operand address (obtained by the base/displacement calculation) The second-operand address (obtained by the base/displacement calculation)
is not used to address data. Instead, bits 48-63 of this address specify is not used to address data. Instead, bits 48-63 of this address specify
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment