From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YD89a-0006Nc-K8 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 03:57:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YD89X-0007cJ-FH for qemu-devel@nongnu.org; Mon, 19 Jan 2015 03:57:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YD89X-0007c3-8g for qemu-devel@nongnu.org; Mon, 19 Jan 2015 03:57:43 -0500 Message-ID: <54BCC6F1.5000602@redhat.com> Date: Mon, 19 Jan 2015 09:57:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <33183CC9F5247A488A2544077AF1902086E2A649@SZXEMA503-MBS.china.huawei.com> In-Reply-To: <33183CC9F5247A488A2544077AF1902086E2A649@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Support to boot for vhost-scsi device? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , "qemu-devel@nongnu.org" Cc: "Huangweidong (C)" , "Huangpeng (Peter)" , "stefanha@redhat.com" On 19/01/2015 04:34, Gonglei (Arei) wrote: > At present, vhost-scsi device do not boot in Qemu, but some clients/users have > requirements for that in some scenarios. Of course if we want complete the > aim we should make some changes both Qemu and kernel (vhost-scsi driver > module, it need to add an IOCTL interface to get target_id/lun_id etc.). > > Can we do it for Qemu side first? Have any difficulty? > Thanks for any comments. > > BTW, I had some patches for this, and tested well. > And I want to post them if possible. :) Can you detail what the problems are? Paolo