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

2014-06-30 Thread Kevin Wolf
Am 28.06.2014 um 00:07 hat Max Reitz geschrieben: > On 07.06.2014 20:51, Max Reitz wrote: > >qemu-img should use QMP commands whenever possible in order to ensure > >feature completeness of both online and offline image operations. For > >the "commit" command, this is relatively easy, so implement

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

2014-06-27 Thread Max Reitz
On 07.06.2014 20:51, Max Reitz wrote: qemu-img should use QMP commands whenever possible in order to ensure feature completeness of both online and offline image operations. For the "commit" command, this is relatively easy, so implement it first (in the hope that indeed others will follow). As

[Qemu-devel] [PATCH v8 00/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. For the "commit" command, this is relatively easy, so implement it first (in the hope that indeed others will follow). As qemu-img does not have access to QMP (du