From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzljT-000802-1N for qemu-devel@nongnu.org; Thu, 18 Jul 2013 06:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzljQ-00007c-BF for qemu-devel@nongnu.org; Thu, 18 Jul 2013 06:46:46 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:46383 helo=mx01.kamp.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UzljP-00007V-V9 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 06:46:44 -0400 Message-ID: <51E7C795.9070607@kamp.de> Date: Thu, 18 Jul 2013 12:46:45 +0200 From: Peter Lieven MIME-Version: 1.0 References: <1374135551-22401-1-git-send-email-pl@kamp.de> <1374135551-22401-3-git-send-email-pl@kamp.de> <51E7C520.6040005@redhat.com> In-Reply-To: <51E7C520.6040005@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4 2/2] iscsi: add .bdrv_co_is_allocated 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 18.07.2013 12:36, Paolo Bonzini wrote: > Il 18/07/2013 10:19, Peter Lieven ha scritto: >> this patch adds a coroutine for .bdrv_co_is_allocated as well as >> a generic framework that can be used to build coroutines in block/iscsi. > This conflicts with my bdrv_get_block_status patches. I know, but this one is ready. changing this to get_block_status is trivial. My idea was to merge this now and you can then easily add a small patch to rename the function to iscsi_co_get_block_status even adding the BDRV_BLOCK_ZERO. Peter