From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uuhdd-0003Co-FG for qemu-devel@nongnu.org; Thu, 04 Jul 2013 07:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uuhdc-0002LF-6u for qemu-devel@nongnu.org; Thu, 04 Jul 2013 07:23:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uuhdc-0002L4-06 for qemu-devel@nongnu.org; Thu, 04 Jul 2013 07:23:48 -0400 Message-ID: <51D55B34.4010104@redhat.com> Date: Thu, 04 Jul 2013 13:23:32 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366381460-6041-1-git-send-email-pbonzini@redhat.com> <1366381460-6041-7-git-send-email-pbonzini@redhat.com> <51A4590F.90503@linux.vnet.ibm.com> <51A4644A.6070002@redhat.com> <5D9ACBBCF6B270468D615C4719A59BE359CD333B@szxeml548-mbx.china.huawei.com> <20130620013348.GA9802@hj.localdomain> <5D9ACBBCF6B270468D615C4719A59BE359CD3EF9@szxeml548-mbx.china.huawei.com> <20130620093836.GA19790@hj.localdomain> <5D9ACBBCF6B270468D615C4719A59BE359CD4C09@szxeml548-mbx.china.huawei.com> <20130703032326.GA29298@hj.localdomain> <20130703080832.GA7788@hj.localdomain> <5D9ACBBCF6B270468D615C4719A59BE3617C11C0@szxeml548-mbx.china.huawei.com> In-Reply-To: <5D9ACBBCF6B270468D615C4719A59BE3617C11C0@szxeml548-mbx.china.huawei.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/9] vhost-scsi: new device supporting the tcm_vhost Linux kernel module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Libaiqing Cc: "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , "nab@linux-iscsi.org" , Haofeng , Asias He , Wenchao Xia Il 03/07/2013 14:33, Libaiqing ha scritto: > Hi asias, > I got the rootcause:guest was installed on raw img with lvm partition,which vhost does not support. You mean LVM in the host or the guest? I guess in the host, but I'd rather make sure because otherwise you've found a bug. Paolo > Now vhost-scsi can be used as bootable device.