From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOyP-0006OI-9S for qemu-devel@nongnu.org; Wed, 17 Jul 2013 06:28:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzOyO-0006vI-Aq for qemu-devel@nongnu.org; Wed, 17 Jul 2013 06:28:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOyN-0006vE-UN for qemu-devel@nongnu.org; Wed, 17 Jul 2013 06:28:40 -0400 Message-ID: <51E671C9.6070003@redhat.com> Date: Wed, 17 Jul 2013 12:28:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1373885375-13601-1-git-send-email-pl@kamp.de> <51E526B3.9070203@redhat.com> <51E52BF8.1000005@kamp.de> <51E52E28.5060701@redhat.com> <51E53137.3020202@kamp.de> <51E534A3.5080907@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] qemu-img: conditionally discard 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 17/07/2013 12:23, Peter Lieven ha scritto: > > Am 16.07.2013 um 13:55 schrieb Paolo Bonzini : > >> Il 16/07/2013 13:40, Peter Lieven ha scritto: >>> >>> The conflict with your block status patches can't be large. >>> upstream/master has no >>> iscsi_co_is_allocated yet, so there should be no trouble. >> >> Yes, whoever goes second has to change it to the new get_block_status >> API. Kevin and Stefan can decide who that lucky guy is. > > Wouldn't you be able to merge it into scsi/next ? get_block_status is not work for the SCSI tree. If you mean making it easier for you to rebase on top, the v2 I posted yesterday is in branch block-flags in my github repo. Paolo