From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d19Nh-0004Ex-De for qemu-devel@nongnu.org; Thu, 20 Apr 2017 06:32:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d19Ng-0007zf-GD for qemu-devel@nongnu.org; Thu, 20 Apr 2017 06:32:09 -0400 Date: Thu, 20 Apr 2017 18:31:58 +0800 From: Fam Zheng Message-ID: <20170420103158.GK24486@lemon.lan> References: <20170420075237.18219-1-famz@redhat.com> <20170420075237.18219-5-famz@redhat.com> <20170420102040.GD4747@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170420102040.GD4747@noname.redhat.com> Subject: Re: [Qemu-devel] [PATCH v13 04/20] qemu-img: Add --unsafe-read option to subcommands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz On Thu, 04/20 12:20, Kevin Wolf wrote: > Am 20.04.2017 um 09:52 hat Fam Zheng geschrieben: > > Signed-off-by: Fam Zheng > > This one conflicts with my block-next branch, probably Peter's > simplification of img_convert(). Probably, thanks for pointing out. I've tried to resolve it and it's straightforward. I'll send v14 basing off your block-next, once you've done reviewing. For now, the rebased branch, including the two small fixes, is pushed to my github branch: git://github.com/famz/qemu.git image-lock Fam