From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZH37-0000d1-T7 for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:17:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZH2w-0005GK-1N for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:17:49 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:44053 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZH2v-0005Fc-KX for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:17:37 -0400 Message-ID: <5268E5A9.7040900@kamp.de> Date: Thu, 24 Oct 2013 11:17:29 +0200 From: Peter Lieven MIME-Version: 1.0 References: <1382600811-20043-1-git-send-email-pl@kamp.de> <1382600811-20043-17-git-send-email-pl@kamp.de> <5268E4A8.4060503@redhat.com> In-Reply-To: <5268E4A8.4060503@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv6 16/17] qemu-img: conditionally zero out target on convert List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com On 24.10.2013 11:13, Paolo Bonzini wrote: > Il 24/10/2013 08:46, Peter Lieven ha scritto: >> This currently is designed especially for iscsi. > I'm not sure this is the way you want to spin this. :) > > Perhaps "This currently works only for iscsi". It can be extended to > raw with BLKDISCARDZEROES for example. Thanks for your comments. Will respin. Peter