From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 14 09:03:41 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 247F6863 for ; Thu, 14 Feb 2013 09:03:41 +0000 (UTC) (envelope-from hawara@Hawara.com) Received: from hawara.com (hawara.com [188.123.234.55]) by mx1.freebsd.org (Postfix) with ESMTP id 805C4F2C for ; Thu, 14 Feb 2013 09:03:39 +0000 (UTC) Received: from hawara.office.masterhost.ru ([87.242.97.4]) (AUTH: CRAM-MD5 hawara@hawara.com, TLS: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by hawara.com with ESMTPSA; Thu, 14 Feb 2013 13:03:31 +0400 id 000DBB28.511CA863.0001799F Message-ID: <511CA865.50104@Hawara.com> Date: Thu, 14 Feb 2013 13:03:33 +0400 From: Marat Bakeev User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130111 Thunderbird/17.0.2 MIME-Version: 1.0 To: Neel Natu Subject: Re: vtnet cannot allocate interrupts References: <5118E47B.9020807@Hawara.com> <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> <51193EED.2070004@hawara.com> <511A0CDB.7090309@Hawara.com> <511B444A.60003@masterhost.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Thu, 14 Feb 2013 09:03:41 -0000 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. > > 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