From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fJl-0007um-6Y for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:20:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9fJj-0008NM-FD for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:20:20 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:53971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fJj-0008N7-6O for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:20:19 -0400 Received: by pbcuo5 with SMTP id uo5so1463238pbc.4 for ; Mon, 19 Mar 2012 09:20:17 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 19 Mar 2012 17:19:30 +0100 Message-Id: <1332173975-29099-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/5] SCSI patches 2012-03-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony, the following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40: tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next Paolo Bonzini (5): get rid of CONFIG_VIRTIO_SCSI scsi-cd: check ready condition before processing several commands scsi: copy serial number into VPD page 0x83 virtio-scsi: call unregister_savevm properly scsi: add get_dev_path Makefile.target | 2 +- default-configs/pci.mak | 1 - default-configs/s390x-softmmu.mak | 1 - hw/scsi-bus.c | 18 +++++++++++++ hw/scsi-disk.c | 49 +++++++++++++++++++++++++------------ hw/virtio-scsi.c | 2 + 6 files changed, 54 insertions(+), 19 deletions(-) -- 1.7.7.6