From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZGyq-0004NU-IF for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:13:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZGyi-0003oj-6f for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:13:24 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:64787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZGyh-0003od-Vd for qemu-devel@nongnu.org; Thu, 24 Oct 2013 05:13:16 -0400 Received: by mail-wg0-f42.google.com with SMTP id n12so8175783wgh.5 for ; Thu, 24 Oct 2013 02:13:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5268E4A8.4060503@redhat.com> Date: Thu, 24 Oct 2013 10:13:12 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1382600811-20043-1-git-send-email-pl@kamp.de> <1382600811-20043-17-git-send-email-pl@kamp.de> In-Reply-To: <1382600811-20043-17-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=ISO-8859-1 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: Peter Lieven Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com 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. Paolo