From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jwC-0007Gm-01 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9jwA-0006qy-76 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:19 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:39609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jwA-0006mw-43 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:18 -0400 Received: by mail-gy0-f173.google.com with SMTP id r14so6836056ghr.4 for ; Mon, 19 Mar 2012 14:16:17 -0700 (PDT) Message-ID: <4F67A21F.3040904@codemonkey.ws> Date: Mon, 19 Mar 2012 16:16:15 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332173975-29099-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1332173975-29099-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] SCSI patches 2012-03-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 03/19/2012 11:19 AM, Paolo Bonzini wrote: > Anthony, > > the following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40: > > tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000) Pulled. Thanks. Regards, Anthony Liguori > > 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(-)