From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUrlC-0008Sh-US for qemu-devel@nongnu.org; Wed, 24 Apr 2013 00:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUrlC-00027H-1Q for qemu-devel@nongnu.org; Wed, 24 Apr 2013 00:56:50 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:48377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUrlB-000275-Qu for qemu-devel@nongnu.org; Wed, 24 Apr 2013 00:56:49 -0400 Message-ID: <5177660D.7030600@weilnetz.de> Date: Wed, 24 Apr 2013 06:56:45 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1366381460-6041-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1366381460-6041-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: asias@redhat.com, qemu-devel@nongnu.org, nab@linux-iscsi.org Am 19.04.2013 16:24, schrieb Paolo Bonzini: > The following changes since commit 09dada400328d75daf79e3eca1e48e024fec148d: > > configure: remove duplicate test (2013-04-18 14:12:31 +0200) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to d6e51919a7e3250bbfb4bb0ad0f208ab6fd688a4: > > vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel module (2013-04-19 16:19:13 +0200) > > The VMware PVSCSI implementation and vhost-scsi are finally getting in. > > Paolo > ---------------------------------------------------------------- > Dmitry Fleytman (1): > scsi: VMWare PVSCSI paravirtual device implementation > > Nicholas Bellinger (3): > vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping > vhost-scsi: new device supporting the tcm_vhost Linux kernel module > vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel module > > Paolo Bonzini (5): > scsi: avoid assertion failure on VERIFY command > virtio-scsi: create VirtIOSCSICommon > virtio: simplify Makefile conditionals > vhost-scsi-ccw: new device supporting the tcm_vhost Linux kernel module > vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel module > Hi Paolo, the latest QEMU build is broken when CONFIG_VHOST_SCSI is undefined. Regards, Stefan