Message ID | cover.1581000481.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | docs: virt: manually convert text documents to ReST format | expand |
On 06/02/20 15:49, Mauro Carvalho Chehab wrote: > Manually convert the documentation under Documentation/virt to ReST, > minimizing the usage of uneeded markups and preserving the documentation > writer's style. > > PS.: Patches are against linux-next tree (20200204). > > v2: > > - Solved a conflict with linux-next; > - Added SPDX headers. > > Mauro Carvalho Chehab (27): > docs: kvm: add arm/pvtime.rst to index.rst > docs: virt: convert UML documentation to ReST > docs: virt: user_mode_linux.rst: update compiling instructions > docs: virt: user_mode_linux.rst: fix URL references > docs: virt: convert halt-polling.txt to ReST format > docs: virt: Convert msr.txt to ReST format > docs: kvm: devices/arm-vgic-its.txt to ReST format > docs: kvm: devices/arm-vgit-v3.txt to ReST > docs: kvm: convert devices/arm-vgit.txt to ReST > docs: kvm: convert devices/mpic.txt to ReST > docs: kvm: convert devices/s390_flic.txt to ReST > docs: kvm: convert devices/vcpu.txt to ReST > docs: kvm: convert devices/vcpu.txt to ReST > docs: kvm: convert devices/vm.txt to ReST > docs: kvm: convert devices/xics.txt to ReST > docs: kvm: convert devices/xive.txt to ReST > docs: kvm: Convert api.txt to ReST format > docs: kvm: convert arm/hyp-abi.txt to ReST > docs: kvm: arm/psci.txt: convert to ReST > docs: kvm: Convert hypercalls.txt to ReST format > docs: kvm: Convert locking.txt to ReST format > docs: kvm: Convert mmu.txt to ReST format > docs: kvm: Convert nested-vmx.txt to ReST format > docs: kvm: Convert ppc-pv.txt to ReST format > docs: kvm: Convert s390-diag.txt to ReST format > docs: kvm: Convert timekeeping.txt to ReST format > docs: kvm: review-checklist.txt: rename to ReST > > Documentation/virt/index.rst | 1 + > Documentation/virt/kvm/{api.txt => api.rst} | 3348 ++++++++++------- > .../virt/kvm/arm/{hyp-abi.txt => hyp-abi.rst} | 28 +- > Documentation/virt/kvm/arm/index.rst | 12 + > .../virt/kvm/arm/{psci.txt => psci.rst} | 46 +- > .../{arm-vgic-its.txt => arm-vgic-its.rst} | 106 +- > .../{arm-vgic-v3.txt => arm-vgic-v3.rst} | 132 +- > .../devices/{arm-vgic.txt => arm-vgic.rst} | 89 +- > Documentation/virt/kvm/devices/index.rst | 19 + > .../virt/kvm/devices/{mpic.txt => mpic.rst} | 11 +- > .../devices/{s390_flic.txt => s390_flic.rst} | 70 +- > Documentation/virt/kvm/devices/vcpu.rst | 114 + > Documentation/virt/kvm/devices/vcpu.txt | 76 - > .../virt/kvm/devices/{vfio.txt => vfio.rst} | 25 +- > .../virt/kvm/devices/{vm.txt => vm.rst} | 206 +- > .../virt/kvm/devices/{xics.txt => xics.rst} | 28 +- > .../virt/kvm/devices/{xive.txt => xive.rst} | 148 +- > .../{halt-polling.txt => halt-polling.rst} | 86 +- > .../kvm/{hypercalls.txt => hypercalls.rst} | 129 +- > Documentation/virt/kvm/index.rst | 16 + > .../virt/kvm/{locking.txt => locking.rst} | 111 +- > Documentation/virt/kvm/{mmu.txt => mmu.rst} | 62 +- > Documentation/virt/kvm/{msr.txt => msr.rst} | 147 +- > .../kvm/{nested-vmx.txt => nested-vmx.rst} | 37 +- > .../virt/kvm/{ppc-pv.txt => ppc-pv.rst} | 26 +- > ...iew-checklist.txt => review-checklist.rst} | 3 + > .../virt/kvm/{s390-diag.txt => s390-diag.rst} | 13 +- > .../kvm/{timekeeping.txt => timekeeping.rst} | 221 +- > ...odeLinux-HOWTO.txt => user_mode_linux.rst} | 1814 ++++----- > 29 files changed, 4003 insertions(+), 3121 deletions(-) > rename Documentation/virt/kvm/{api.txt => api.rst} (71%) > rename Documentation/virt/kvm/arm/{hyp-abi.txt => hyp-abi.rst} (79%) > create mode 100644 Documentation/virt/kvm/arm/index.rst > rename Documentation/virt/kvm/arm/{psci.txt => psci.rst} (60%) > rename Documentation/virt/kvm/devices/{arm-vgic-its.txt => arm-vgic-its.rst} (71%) > rename Documentation/virt/kvm/devices/{arm-vgic-v3.txt => arm-vgic-v3.rst} (77%) > rename Documentation/virt/kvm/devices/{arm-vgic.txt => arm-vgic.rst} (66%) > create mode 100644 Documentation/virt/kvm/devices/index.rst > rename Documentation/virt/kvm/devices/{mpic.txt => mpic.rst} (91%) > rename Documentation/virt/kvm/devices/{s390_flic.txt => s390_flic.rst} (87%) > create mode 100644 Documentation/virt/kvm/devices/vcpu.rst > delete mode 100644 Documentation/virt/kvm/devices/vcpu.txt > rename Documentation/virt/kvm/devices/{vfio.txt => vfio.rst} (72%) > rename Documentation/virt/kvm/devices/{vm.txt => vm.rst} (61%) > rename Documentation/virt/kvm/devices/{xics.txt => xics.rst} (84%) > rename Documentation/virt/kvm/devices/{xive.txt => xive.rst} (62%) > rename Documentation/virt/kvm/{halt-polling.txt => halt-polling.rst} (64%) > rename Documentation/virt/kvm/{hypercalls.txt => hypercalls.rst} (55%) > rename Documentation/virt/kvm/{locking.txt => locking.rst} (78%) > rename Documentation/virt/kvm/{mmu.txt => mmu.rst} (94%) > rename Documentation/virt/kvm/{msr.txt => msr.rst} (74%) > rename Documentation/virt/kvm/{nested-vmx.txt => nested-vmx.rst} (90%) > rename Documentation/virt/kvm/{ppc-pv.txt => ppc-pv.rst} (91%) > rename Documentation/virt/kvm/{review-checklist.txt => review-checklist.rst} (95%) > rename Documentation/virt/kvm/{s390-diag.txt => s390-diag.rst} (90%) > rename Documentation/virt/kvm/{timekeeping.txt => timekeeping.rst} (85%) > rename Documentation/virt/uml/{UserModeLinux-HOWTO.txt => user_mode_linux.rst} (74%) > Wow, thanks very much for doing this. It would be great if we could get this to Linus not long after the merge window; I'll do my best to review it quickly. Paolo
On Thu, 6 Feb 2020 15:49:57 +0100 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > Manually convert the documentation under Documentation/virt to ReST, > minimizing the usage of uneeded markups and preserving the documentation > writer's style. While you're at it: Would it make sense to convert and move the lone file under Documentation/virtual/ that survived 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") (probably due to a conflict) under virt/ as well?
Em Thu, 6 Feb 2020 17:17:38 +0100 Cornelia Huck <cohuck@redhat.com> escreveu: > On Thu, 6 Feb 2020 15:49:57 +0100 > Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > > > Manually convert the documentation under Documentation/virt to ReST, > > minimizing the usage of uneeded markups and preserving the documentation > > writer's style. > > While you're at it: Would it make sense to convert and move the lone > file under Documentation/virtual/ that survived 2f5947dfcaec > ("Documentation: move Documentation/virtual to Documentation/virt") > (probably due to a conflict) under virt/ as well? Sure. Will do at the next version of this series. Regards, Mauro