From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzTO5-00080h-RK for qemu-devel@nongnu.org; Wed, 17 Jul 2013 11:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzTO0-00029q-Vp for qemu-devel@nongnu.org; Wed, 17 Jul 2013 11:11:29 -0400 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:37893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzTIJ-0000HD-Ac for qemu-devel@nongnu.org; Wed, 17 Jul 2013 11:05:31 -0400 Received: by mail-ee0-f45.google.com with SMTP id c1so1119665eek.4 for ; Wed, 17 Jul 2013 08:05:30 -0700 (PDT) Received: from playground.lan (net-2-39-8-162.cust.dsl.vodafone.it. [2.39.8.162]) by mx.google.com with ESMTPSA id m1sm11365488eex.17.2013.07.17.08.05.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 17 Jul 2013 08:05:28 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 17 Jul 2013 17:05:19 +0200 Message-Id: <1374073524-8469-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/5] SCSI changes for 2013-07-17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony, The following changes since commit 6453a3a69488196f26d12654c6b148446abdf3d6: Merge remote-tracking branch 'quintela/migration.next' into staging (2013-07-15 14:49:16 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 0777b5dde42f4f453abc8bb2c4e145fb8749415d: iscsi: factor out sector conversions (2013-07-17 17:01:41 +0200) A bunch of block/iscsi.c fixes, almost all CCed to qemu-stable. Paolo ---------------------------------------------------------------- Peter Lieven (4): iscsi: fix -ENOSPC in iscsi_create() iscsi: remove support for misaligned nb_sectors in aio_readv iscsi: assert that sectors are aligned to LUN blocksize iscsi: factor out sector conversions Ronnie Sahlberg (1): Fix iSCSI crash on SG_IO with an iovector block/iscsi.c | 104 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 76 insertions(+), 28 deletions(-) -- 1.8.1.4