From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdNt-0001dH-I9 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUdNo-0002rv-M8 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:08:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdNo-0002rd-EE for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:08:00 -0400 Message-ID: <52580633.5070908@redhat.com> Date: Fri, 11 Oct 2013 16:07:47 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1381478369-31023-1-git-send-email-pl@kamp.de> <20131011094150.GD3112@dhcp-200-207.str.redhat.com> In-Reply-To: <20131011094150.GD3112@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: ronniesahlberg@gmail.com, Peter Lieven , qemu-devel@nongnu.org, stefanha@redhat.com Il 11/10/2013 11:41, Kevin Wolf ha scritto: > Am 11.10.2013 um 09:59 hat Peter Lieven geschrieben: >> since commit 3ac21627 the default value changed to 0. >> >> Signed-off-by: Peter Lieven > > Reviewed-by: Kevin Wolf Applied to scsi-next branch, thanks. Paolo