From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzjVR-0006Xg-Gl for qemu-devel@nongnu.org; Thu, 18 Jul 2013 04:24:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzjRG-0006fX-2n for qemu-devel@nongnu.org; Thu, 18 Jul 2013 04:19:56 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:33897 helo=mx01.kamp.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UzjRF-0006f9-Ku for qemu-devel@nongnu.org; Thu, 18 Jul 2013 04:19:49 -0400 From: Peter Lieven Date: Thu, 18 Jul 2013 10:19:09 +0200 Message-Id: <1374135551-22401-1-git-send-email-pl@kamp.de> Subject: [Qemu-devel] [PATCHv4 0/2] iscsi/qemu-img/block-migration enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, Peter Lieven , ronniesahlberg@gmail.com, stefanha@redhat.com 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(+) -- 1.7.9.5