[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitma
From: |
Kashyap Chamarthy |
Subject: |
[Qemu-block] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST |
Date: |
Wed, 28 Jun 2017 16:52:50 +0200 |
Rewrite the 'live-block-ops.txt' document (after renaming it to
'live-block-operations.rst') in reStructuredText (rST) format. Given
upstream QEMU's desire[*] to take advantage of the Sphinx + rST
framework to gerate its documentation:
"Based on experience from the Linux kernel, QEMU's docs pipeline is
going to be based on Sphinx [...] Sphinx is extensible and it is
easy to add new input formats and input directives."
And as part of review, John Snow suggested[+] to link to the
'bitmaps.md' document. So while at it, convert the 'bitmaps.md'
document also into rST syntax.
Then, moved both the documents ('live-block-operations.rst', and
'bitmaps.rst') to 'qemu/docs/interop' directory. (Paolo explained the
term "interop" as: "management & interoperability with QEMU".)
That's the result of this series:
(1) Rewrite the 'live-block-ops.txt' document (for details, refer the
commit message of the patch) in rST.
Sphinx-generted HTML rendering:
https://kashyapc.fedorapeople.org/v4-QEMU-Docs/_build/html/docs/live-block-operations.html
(2) Convert the 'bitmaps.md' document to rST, as discussed on this[+]
thread.
Sphinx-generted HTML rendering:
https://kashyapc.fedorapeople.org/v4-QEMU-Docs/_build/html/docs/bitmaps.html
NB: Since I rolled up the bitmaps.rst into this submission, I just
stuck a v4 for this patch, too.
[*] http://wiki.qemu.org/Features/Documentation
[+] https://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg05428.html
David Hildenbrand (2):
target/s390x: Improve heuristic for ipte
target/s390x: Implement idte instruction
target/s390x/cpu_models.c | 1 +
target/s390x/helper.h | 1 +
target/s390x/insn-data.def | 2 ++
target/s390x/mem_helper.c | 76 ++++++++++++++++++++++++++++++++++++++++------
target/s390x/translate.c | 15 +++++++++
5 files changed, 86 insertions(+), 9 deletions(-)
--
2.7.5
- [Qemu-block] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST,
Kashyap Chamarthy <=
- [Qemu-block] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST, Kashyap Chamarthy, 2017/06/28
- [Qemu-block] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it, Kashyap Chamarthy, 2017/06/28
- Re: [Qemu-block] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it, Alberto Garcia, 2017/06/28
- Re: [Qemu-block] [Qemu-devel] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it, Eric Blake, 2017/06/28
- Re: [Qemu-block] [Qemu-devel] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it, Alberto Garcia, 2017/06/29
- Re: [Qemu-block] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it, Alberto Garcia, 2017/06/29
- [Qemu-block] [PATCH v4 2/2] bitmaps.md: Convert to rST; move it into 'interop' dir, Kashyap Chamarthy, 2017/06/28