Re: [Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP

2014-06-09 Thread Eric Blake
On 06/07/2014 12:51 PM, Max Reitz wrote: > qemu-img should use QMP commands whenever possible in order to ensure > feature completeness of both online and offline image operations. As > qemu-img itself has no access to QMP (since this would basically require > just everything being linked into qemu

[Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP

2014-06-07 Thread Max Reitz
qemu-img should use QMP commands whenever possible in order to ensure feature completeness of both online and offline image operations. As qemu-img itself has no access to QMP (since this would basically require just everything being linked into qemu-img), imitate QMP's implementation of block-comm