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

2014-10-23 Thread Max Reitz
On 2014-10-23 at 14:40, Kevin Wolf wrote: Am 23.10.2014 um 14:35 hat Max Reitz geschrieben: On 2014-10-23 at 13:59, Kevin Wolf wrote: Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: qemu-img should use QMP commands whenever possible in order to ensure feature completeness of both online and

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

2014-10-23 Thread Kevin Wolf
Am 23.10.2014 um 14:35 hat Max Reitz geschrieben: > On 2014-10-23 at 13:59, Kevin Wolf wrote: > >Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: > >>qemu-img should use QMP commands whenever possible in order to ensure > >>feature completeness of both online and offline image operations. As > >>q

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

2014-10-23 Thread Max Reitz
On 2014-10-23 at 13:59, Kevin Wolf wrote: Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: 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

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

2014-10-23 Thread Kevin Wolf
Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: > 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

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

2014-10-22 Thread Eric Blake
On 10/22/2014 06:51 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 v13 08/14] qemu-img: Implement commit like QMP

2014-10-22 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