diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-10 07:02:40 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-12 20:09:47 +0100 |
commit | 7d94ab169b8f047ad61ff6ea8e3e7602d0516623 (patch) | |
tree | fb387faca37c230c3fc90cf4b6d8b172e228c891 /Documentation/virt/index.rst | |
parent | docs: kvm: add arm/pvtime.rst to index.rst (diff) | |
download | linux-7d94ab169b8f047ad61ff6ea8e3e7602d0516623.tar.xz linux-7d94ab169b8f047ad61ff6ea8e3e7602d0516623.zip |
docs: virt: convert UML documentation to ReST
Despite being an old document, it contains lots of information
that could still be useful.
The document has a nice style with makes easy to convert to
ReST. So, let's convert it to ReST.
This patch does:
- Use proper markups for titles;
- Mark and proper indent literal blocks;
- don't use an 'o' character for lists;
- other minor changes required for the doc to be parsed.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt/index.rst')
-rw-r--r-- | Documentation/virt/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virt/index.rst b/Documentation/virt/index.rst index 062ffb527043..0a8f7fda64ad 100644 --- a/Documentation/virt/index.rst +++ b/Documentation/virt/index.rst @@ -8,6 +8,7 @@ Linux Virtualization Support :maxdepth: 2 kvm/index + uml/user_mode_linux paravirt_ops .. only:: html and subproject |