From owner-freebsd-virtualization@FreeBSD.ORG Mon Feb 11 12:33:58 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 231CA320 for ; Mon, 11 Feb 2013 12:33:58 +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 874CD3ED for ; Mon, 11 Feb 2013 12:33:56 +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; Mon, 11 Feb 2013 16:30:51 +0400 id 000DBB27.5118E47B.000151F8 Message-ID: <5118E47B.9020807@Hawara.com> Date: Mon, 11 Feb 2013 16:30:51 +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: freebsd-virtualization@freebsd.org Subject: vtnet cannot allocate interrupts Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Mon, 11 Feb 2013 12:33:58 -0000 Hello. After updating from http://svn.freebsd.org/base/projects/bhyve to http://svn.freebsd.org/base/head i cannot use vtnet device inside bhyve guests, both 10 and 9 freebsd. I`m getting these errors at boot, and no vtnet device: guest 9.1-RELEASE + virtio virtio_pci0: cannot allocate interrupts vtnet0: cannot allocate virtqueues (guest system boots, but no vtnet device) guest 10.0-CURRENT virtio_pci0: port 0x2000-0x201f mem 0x40000000-0x40001fff at device 1.0 on pci0 vtnet0: on virtio_pci0 virtio_pci0: host features: 0x18020 virtio_pci0: negotiated features: 0x18020 vtnet0: Ethernet address: 00:a0:98:e0:a7:44 virtio_pci0: exhausted all interrupt allocation attempts vtnet0: cannot setup virtqueue interrupts (guest system hangs) How to fix these errors? Thanks.