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

docs: kvm: convert devices/mpic.txt to ReST

This document is almost in ReST format. The only thing
needed is to mark a list as such and to add an extra
whitespace.

Yet, let's also use the standard document title markup,
as it makes easier if anyone wants later to add sessions
to it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

authored by

Mauro Carvalho Chehab and committed by
Paolo Bonzini
05c47036 bf6154db

+9 -3
+1
Documentation/virt/kvm/devices/index.rst
··· 10 10 arm-vgic-its 11 11 arm-vgic 12 12 arm-vgic-v3 13 + mpic
+8 -3
Documentation/virt/kvm/devices/mpic.txt Documentation/virt/kvm/devices/mpic.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ========================= 1 4 MPIC interrupt controller 2 5 ========================= 3 6 4 7 Device types supported: 5 - KVM_DEV_TYPE_FSL_MPIC_20 Freescale MPIC v2.0 6 - KVM_DEV_TYPE_FSL_MPIC_42 Freescale MPIC v4.2 8 + 9 + - KVM_DEV_TYPE_FSL_MPIC_20 Freescale MPIC v2.0 10 + - KVM_DEV_TYPE_FSL_MPIC_42 Freescale MPIC v4.2 7 11 8 12 Only one MPIC instance, of any type, may be instantiated. The created 9 13 MPIC will act as the system interrupt controller, connecting to each ··· 15 11 16 12 Groups: 17 13 KVM_DEV_MPIC_GRP_MISC 18 - Attributes: 14 + Attributes: 15 + 19 16 KVM_DEV_MPIC_BASE_ADDR (rw, 64-bit) 20 17 Base address of the 256 KiB MPIC register space. Must be 21 18 naturally aligned. A value of zero disables the mapping.