Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-21 Thread Peter Lieven
Am 20.04.2017 um 21:51 schrieb Kevin Wolf: > Am 20.04.2017 um 16:08 hat Peter Lieven geschrieben: >> Am 20.04.2017 um 16:05 schrieb Fam Zheng: >>> On Tue, 02/28 14:35, Peter Lieven wrote: img_convert has been around before there was an ImgConvertState or a block backend, but it has never

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Kevin Wolf
Am 20.04.2017 um 16:08 hat Peter Lieven geschrieben: > Am 20.04.2017 um 16:05 schrieb Fam Zheng: > >On Tue, 02/28 14:35, Peter Lieven wrote: > >>img_convert has been around before there was an ImgConvertState or > >>a block backend, but it has never been modified to directly use > >>these structs.

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Peter Lieven
Am 20.04.2017 um 16:18 schrieb Eric Blake: On 04/20/2017 09:11 AM, Eric Blake wrote: On 04/20/2017 09:05 AM, Fam Zheng wrote: On Tue, 02/28 14:35, Peter Lieven wrote: img_convert has been around before there was an ImgConvertState or a block backend, but it has never been modified to directly

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Eric Blake
On 04/20/2017 09:11 AM, Eric Blake wrote: > On 04/20/2017 09:05 AM, Fam Zheng wrote: >> On Tue, 02/28 14:35, Peter Lieven wrote: >>> img_convert has been around before there was an ImgConvertState or >>> a block backend, but it has never been modified to directly use >>> these structs. Change this

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Eric Blake
On 04/20/2017 09:05 AM, Fam Zheng wrote: > On Tue, 02/28 14:35, Peter Lieven wrote: >> img_convert has been around before there was an ImgConvertState or >> a block backend, but it has never been modified to directly use >> these structs. Change this by parsing parameters directly into >> the

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Peter Lieven
Am 20.04.2017 um 16:05 schrieb Fam Zheng: On Tue, 02/28 14:35, Peter Lieven wrote: img_convert has been around before there was an ImgConvertState or a block backend, but it has never been modified to directly use these structs. Change this by parsing parameters directly into the

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-20 Thread Fam Zheng
On Tue, 02/28 14:35, Peter Lieven wrote: > img_convert has been around before there was an ImgConvertState or > a block backend, but it has never been modified to directly use > these structs. Change this by parsing parameters directly into > the ImgConvertState and directly use BlockBackend where

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-04-12 Thread Kevin Wolf
Am 28.02.2017 um 14:35 hat Peter Lieven geschrieben: > img_convert has been around before there was an ImgConvertState or > a block backend, but it has never been modified to directly use > these structs. Change this by parsing parameters directly into > the ImgConvertState and directly use

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-03-06 Thread Peter Lieven
Am 06.03.2017 um 17:46 schrieb Eric Blake: On 02/28/2017 07:35 AM, Peter Lieven wrote: img_convert has been around before there was an ImgConvertState or a block backend, but it has never been modified to directly use these structs. Change this by parsing parameters directly into the

Re: [Qemu-devel] [PATCH] qemu-img: simplify img_convert

2017-03-06 Thread Eric Blake
On 02/28/2017 07:35 AM, Peter Lieven wrote: > img_convert has been around before there was an ImgConvertState or > a block backend, but it has never been modified to directly use > these structs. Change this by parsing parameters directly into > the ImgConvertState and directly use BlockBackend