From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzk5Q-0003Xy-MD for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzk5M-0005B4-33 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:01:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzk5L-0005Ao-ST for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:01:16 -0400 Date: Thu, 18 Jul 2013 11:01:05 +0200 From: Kevin Wolf Message-ID: <20130718090105.GE3582@dhcp-200-207.str.redhat.com> References: <1374135551-22401-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374135551-22401-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCHv4 0/2] iscsi/qemu-img/block-migration enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: pbonzini@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 18.07.2013 um 10:19 hat Peter Lieven geschrieben: > this series adds logical block provisioning functions to the iscsi layer. > it also is the first step to the change of migration to coroutines in > block/iscsi. > > v3->v4: > - this series collapsed into 2 patches not yet merged. as per discussion > write_zero optimization will be a different approach handled at the > block layer. > - patch 1 will now copy the complete vpd pages as almost all fields > will be needed later. > > Peter Lieven (2): > iscsi: add logical block provisioning information to iscsilun > iscsi: add .bdrv_co_is_allocated > > block/iscsi.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 207 insertions(+) Reviewed-by: Kevin Wolf