From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQus5-0001kU-Vv for qemu-devel@nongnu.org; Thu, 26 Feb 2015 04:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQus1-0001Yk-PQ for qemu-devel@nongnu.org; Thu, 26 Feb 2015 04:36:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQus1-0001YY-I0 for qemu-devel@nongnu.org; Thu, 26 Feb 2015 04:36:37 -0500 Date: Thu, 26 Feb 2015 10:36:25 +0100 From: "Michael S. Tsirkin" Message-ID: <20150226093625.GA24766@redhat.com> References: <47CEA9C0E570484FBF22EF0D7EBCE5B534A4984F@szxema505-mbs.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <47CEA9C0E570484FBF22EF0D7EBCE5B534A4984F@szxema505-mbs.china.huawei.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Question] about vhost user Interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gaohaifeng (A)" Cc: "pbonzini@redhat.com" , "qemu-devel@nongnu.org" , "Lilijun (Jerry)" On Thu, Feb 26, 2015 at 09:30:40AM +0000, Gaohaifeng (A) wrote: > Hi >=20 > I want to use pxe to install a guest os whose nic type is vhost user.= However > pxe rom doesn=E2=80=99t support msi-x interrupt, so qemu won=E2=80=99t = start vhost net. >=20 > Call relationship: >=20 > virtio_net_vhost_status-> vhost_net_query-> vhost_dev_query-> > virtio_pci_query_guest_notifiers -> msix_enabled >=20 > =20 >=20 > In my test, I remove the msix check for vhost user interface and succes= sfully > install the guest os by pxe. >=20 > Is it OK to do like this and will it cause other problems? >=20 > =20 >=20 > Thanks. >=20 > Haifeng Gao >=20 I think we should fix it. As a quick hack, you should be able to just use vhostforce. --=20 MST