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

2014-10-29 Thread Stefan Hajnoczi
On Fri, Oct 24, 2014 at 03:57:29PM +0200, 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 indee

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

2014-10-28 Thread Kevin Wolf
Am 24.10.2014 um 15:57 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. For > the "commit" command, this is relatively easy, so implement it first > (in the hope that indeed others

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

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