Re: [Qemu-devel] [PATCH 3/4] qemu-img: Implement commit like QMP

2014-04-08 Thread Max Reitz
On 08.04.2014 08:49, Markus Armbruster wrote: Max Reitz writes: On 07.04.2014 21:10, Eric Blake wrote: On 04/07/2014 11:29 AM, 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

Re: [Qemu-devel] [PATCH 3/4] qemu-img: Implement commit like QMP

2014-04-07 Thread Markus Armbruster
Max Reitz writes: > On 07.04.2014 21:10, Eric Blake wrote: >> On 04/07/2014 11:29 AM, 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

Re: [Qemu-devel] [PATCH 3/4] qemu-img: Implement commit like QMP

2014-04-07 Thread Max Reitz
On 07.04.2014 21:10, Eric Blake wrote: On 04/07/2014 11:29 AM, 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

Re: [Qemu-devel] [PATCH 3/4] qemu-img: Implement commit like QMP

2014-04-07 Thread Eric Blake
On 04/07/2014 11:29 AM, 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 3/4] qemu-img: Implement commit like QMP

2014-04-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