From owner-freebsd-virtualization@FreeBSD.ORG Fri Feb 15 18:43:28 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4267398A for ; Fri, 15 Feb 2013 18:43:28 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id E820DE33 for ; Fri, 15 Feb 2013 18:43:27 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id 13so5313631iea.0 for ; Fri, 15 Feb 2013 10:43:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PiNCXDMp2/HTLq7b4ZSq8Ql2phpzc4stfxByC2JhQ1g=; b=ZJ+CoDXS5f3AEMoxUzD8C1GF8+0iMERU70WrlDlG8WlGzt6S400et3kNLOWTe2nUe9 BoK6VizK7Om0vv3G+a7PLDgzu1JJ312Ra2KXSggfGLOuL0EfHH2XGWHzHirNmg+U9dn3 ac3lC+WazuwTZK+YhQDUkGmCQb7kyTUJHUkdyrKqLFCnHI/+zdX9FtV/OMmHQQamWz7k HeJNu72J8nMdxgMtiM23l82ado5KBN/HrNi9Q4/p38jEIUu39lK7EdlR7xs2MGOfPVCy EbG7GMTIPuFst50Frw+aXVhvYxujulSILe8qPyNFUFDfyDiaqgrrGrofE0VdSWPmQuc9 Jw8g== MIME-Version: 1.0 X-Received: by 10.50.161.135 with SMTP id xs7mr2610549igb.3.1360953807699; Fri, 15 Feb 2013 10:43:27 -0800 (PST) Received: by 10.42.23.132 with HTTP; Fri, 15 Feb 2013 10:43:27 -0800 (PST) In-Reply-To: <511CA865.50104@Hawara.com> References: <5118E47B.9020807@Hawara.com> <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> <51193EED.2070004@hawara.com> <511A0CDB.7090309@Hawara.com> <511B444A.60003@masterhost.ru> <511CA865.50104@Hawara.com> Date: Fri, 15 Feb 2013 10:43:27 -0800 Message-ID: Subject: Re: vtnet cannot allocate interrupts From: Neel Natu To: Marat Bakeev Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 18:43:28 -0000 Hi Marat, On Thu, Feb 14, 2013 at 1:03 AM, Marat Bakeev wrote: > On 14/02/2013 06:20, Neel Natu wrote: >> You'll need to set 'hw.pci.honor_msi_blacklist' to '0' at the loader >> prompt or in /boot/loader.conf. > Great! This fixes the 9.1-release guest! Thank you. > Once you update your host to r246846 you won't need to set the loader variable. http://svnweb.freebsd.org/base?view=revision&revision=246846 best Neel >> >> I am working on a fix to bhyve that should let you boot the guest >> without needing the workaround. I hope to submit it in a day or two. >> >> best >> Neel