From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHhZT-0003xc-1C for qemu-devel@nongnu.org; Mon, 18 Mar 2013 17:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHhZS-0005m5-2n for qemu-devel@nongnu.org; Mon, 18 Mar 2013 17:26:18 -0400 Received: from mail.linux-iscsi.org ([67.23.28.174]:48389 helo=linux-iscsi.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHhZR-0005m1-U9 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 17:26:17 -0400 From: "Nicholas A. Bellinger" In-Reply-To: <1363311916-23121-1-git-send-email-asias@redhat.com> References: <1363311916-23121-1-git-send-email-asias@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 18 Mar 2013 14:26:14 -0700 Message-ID: <1363641974.3156.59.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Fix booting tcm_vhost + seabios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Asias He Cc: target-devel@vger.kernel.org, kvm@vger.kernel.org, "Michael S. Tsirkin" , seabios@seabios.org, qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Kevin O'Connor , Stefan Hajnoczi , Paolo Bonzini On Fri, 2013-03-15 at 09:45 +0800, Asias He wrote: > Asias He (2): > virtio-scsi: Set _DRIVER_OK flag before scsi target scanning > virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd} > > src/virtio-scsi.c | 5 +++-- > src/virtio-scsi.h | 4 ++-- > 2 files changed, 5 insertions(+), 4 deletions(-) > Hi Asias, Thanks for taking the initiative on this, and nice work tracking both of these stubborn bugs down. So with these out of the way, we're good to go for an RFC of Paolo's vhost-scsi-pci code for upstream QEMU, yes..? I'll have some extra bandwidth this week to spend time on the RFC if you'd like, otherwise I'm happy with you making the upstream QEMU push for Paolo's code. Whatever works best for you. :) Thank you, --nab