diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-10 07:02:45 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-12 20:09:51 +0100 |
commit | d371c011fc5e16bc50985bab94b7141204c52153 (patch) | |
tree | 059d49c183beee41944a5e4f5e4dc6137058b722 /Documentation/virt/kvm/devices/index.rst | |
parent | 263a19ff21c4a10f0a2d77c21feb3a641e5127f0 (diff) | |
download | lwn-d371c011fc5e16bc50985bab94b7141204c52153.tar.gz lwn-d371c011fc5e16bc50985bab94b7141204c52153.zip |
docs: kvm: devices/arm-vgic-its.txt to ReST format
- Fix document title to match ReST format
- Convert the table to be properly recognized
- use proper markups for literal blocks
- Some indentation fixes to match ReST
While here, add an index for kvm devices.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt/kvm/devices/index.rst')
-rw-r--r-- | Documentation/virt/kvm/devices/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/devices/index.rst b/Documentation/virt/kvm/devices/index.rst new file mode 100644 index 000000000000..2aad8d426097 --- /dev/null +++ b/Documentation/virt/kvm/devices/index.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0 + +======= +Devices +======= + +.. toctree:: + :maxdepth: 2 + + arm-vgic-its |