From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 14 02:20:18 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 229EC4DA for ; Thu, 14 Feb 2013 02:20:18 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ia0-x234.google.com (ia-in-x0234.1e100.net [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id C40E4E56 for ; Thu, 14 Feb 2013 02:20:17 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f27so1813692iae.39 for ; Wed, 13 Feb 2013 18:20:17 -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=zc+474mRafOhCjoooYAl0btDYsp7rwA+DJy8YMVMW5c=; b=UMIkpSUEAUvqY/O8hb/ZOlSmVDl8LRYA1FzWF1P5Ap/+cN3/R7B8t7fJfyQRVb55Nz eqzl4imV2aYeOm/yiFjmkoFriUONs8tC8gaZnfnoff1bLR2uoAXUKFgjAB0YxYSX688s aCUHFJFO6hKdHsDh2rOHqezrgFPYPuKpJ7k0HBP+71hfHFCjMXe4XP9HuWSrIrkbEtiW EpuRyi7/BhY2i80prgyicG+7RXSfB/PF4aTh6CUbCKUV95sqCshlP46fEuyd0E2x+z7p I2RyclRUT5IOPL7iHH1WI00rPjT6lNkBzZ3BOAw6jRgUMseBHZNjYpNFO8XDHfvKiktK jcPw== MIME-Version: 1.0 X-Received: by 10.43.17.199 with SMTP id qd7mr821996icb.52.1360808417105; Wed, 13 Feb 2013 18:20:17 -0800 (PST) Received: by 10.42.23.132 with HTTP; Wed, 13 Feb 2013 18:20:16 -0800 (PST) In-Reply-To: <511B444A.60003@masterhost.ru> References: <5118E47B.9020807@Hawara.com> <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> <51193EED.2070004@hawara.com> <511A0CDB.7090309@Hawara.com> <511B444A.60003@masterhost.ru> Date: Wed, 13 Feb 2013 18:20:16 -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: Thu, 14 Feb 2013 02:20:18 -0000 Hi Marat, On Tue, Feb 12, 2013 at 11:44 PM, Marat Bakeev wrote: > On 13/02/2013 07:34, Neel Natu wrote: >> 'bridge0' needs to be 'up'. Try doing 'ifconfig bridge0 up' and that >> should get the packets flowing to the guest. >> >> best >> Neel > Oh, my mistake, that really helped 10-CURRENT guest. > No problem. > But still, i can`t get 9.1-RELEASE to work inside guest. > If i disable msix - i can boot the guest, but the vtnet device won`t work. > If I enable msix - both vtnet and vtblk drivers won`t work. > Can I do something with this? > You'll need to set 'hw.pci.honor_msi_blacklist' to '0' at the loader prompt or in /boot/loader.conf. 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 > -- > Marat Bakeev > .masterhost > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"