Re: [Qemu-block] [PATCH v6 2/2] live-block-ops.txt: Rename, rewrite, and improve it

2017-07-17 Thread Kashyap Chamarthy
On Tue, Jul 11, 2017 at 10:03:29AM -0500, Eric Blake wrote: [...] > Overall, looking good! Content-wise, I think we have a good document, > and it was just a few spelling errors and grammar suggestions, minor > enough that I'm comfortable with you adding: > Reviewed-by: Eric Blake All your sug

Re: [Qemu-block] [PATCH v6 2/2] live-block-ops.txt: Rename, rewrite, and improve it

2017-07-11 Thread Eric Blake
On 07/10/2017 03:15 AM, Kashyap Chamarthy wrote: > This patch documents (including their QMP invocations) all the four > major kinds of live block operations: > > - `block-stream` > - `block-commit` > - `drive-mirror` (& `blockdev-mirror`) > - `drive-backup` (& `blockdev-backup`) > > Thin

[Qemu-block] [PATCH v6 2/2] live-block-ops.txt: Rename, rewrite, and improve it

2017-07-10 Thread Kashyap Chamarthy
This patch documents (including their QMP invocations) all the four major kinds of live block operations: - `block-stream` - `block-commit` - `drive-mirror` (& `blockdev-mirror`) - `drive-backup` (& `blockdev-backup`) Things considered while writing this document: - Use reStructuredTex