From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YijIC-0002Rg-GD for qemu-devel@nongnu.org; Thu, 16 Apr 2015 08:53:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YijIB-0001kD-NF for qemu-devel@nongnu.org; Thu, 16 Apr 2015 08:53:16 -0400 Message-ID: <552FB0AA.2020103@redhat.com> Date: Thu, 16 Apr 2015 14:52:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1429186730-3866-1-git-send-email-pl@kamp.de> In-Reply-To: <1429186730-3866-1-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4 00/10] various improvements for the iSCSI driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: ronniesahlberg@gmail.com, qemu-block@nongnu.org On 16/04/2015 14:18, Peter Lieven wrote: > Peter Lieven (10): > block/iscsi: do not forget to logout from target > block/iscsi: change all iscsilun properties from uint8_t to bool > block/iscsi: rename iscsi_write_protected and let it return void > block/iscsi: store DPOFUA bit from the modesense command > block/iscsi: optimize WRITE10/16 if cache.writeback is not set > block/iscsi: increase retry count > block/iscsi: bump libiscsi requirement to 1.10.0 > block/iscsi: handle SCSI_STATUS_TASK_SET_FULL > block/iscsi: bump year in copyright notice > block/iscsi: use the allocationmap also if cache.direct=on > > block/iscsi.c | 58 +++++++++++++++++++++++++++++++++++++++------------------- > configure | 6 +++--- > 2 files changed, 42 insertions(+), 22 deletions(-) > Applied 1, 2, 3, 6, 9, 10. Thanks! Paolo