From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmoYw-0008FR-2H for qemu-devel@nongnu.org; Tue, 20 May 2014 14:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmoYq-0005VN-Kf for qemu-devel@nongnu.org; Tue, 20 May 2014 14:14:54 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:50020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmoYq-0005VF-Ei for qemu-devel@nongnu.org; Tue, 20 May 2014 14:14:48 -0400 Received: by mail-ee0-f53.google.com with SMTP id c13so822760eek.26 for ; Tue, 20 May 2014 11:14:47 -0700 (PDT) Received: from playground.station (net-37-117-141-58.cust.vodafonedsl.it. [37.117.141.58]) by mx.google.com with ESMTPSA id b1sm5605594eef.15.2014.05.20.11.14.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 May 2014 11:14:46 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 20 May 2014 20:14:38 +0200 Message-Id: <1400609682-22166-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/15] SCSI changes for 2014-05-20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Peter, The following changes since commit 6a86dec61921163b6ab582df988416a6f0ca0ed5: [PATCH] block/iscsi: bump year in copyright notice (2014-05-05 10:04:30 +0200) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 5a7733b0b728bb4900bdeed12fef22651ce0ab58: megasas: remove buildtime strings (2014-05-20 16:14:29 +0200) Yesterday's pull request had a problem with old libiscsi, so I am sending another one. Sorry for the inconvenience. ---------------------------------------------------------------- Jeff Cody (1): block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined Markus Armbruster (2): scsi: Document intentional fall through in scsi_req_length() virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path Olaf Hering (1): megasas: remove buildtime strings block/iscsi.c | 4 +--- hw/scsi/megasas.c | 4 ++-- hw/scsi/scsi-bus.c | 2 ++ hw/scsi/virtio-scsi.c | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) -- 1.8.3.1