From owner-freebsd-virtualization@FreeBSD.ORG Wed May 7 05:49:36 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FA452C0; Wed, 7 May 2014 05:49:36 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B03A4622; Wed, 7 May 2014 05:49:35 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id s7so611900lbd.8 for ; Tue, 06 May 2014 22:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=x8Aq+1W7Q3m+e+nOxVdeCDws8ZsQmfZgMHtHn5ZzjPA=; b=S7fJ6Y7H5AWjqzGq2dL6S7+Jqu/Y1Vuj6oEZ56/93hbFzYZXQWZjzmim/D0EW/7zor ien36gzUl2uWrkMPZxmEF5n+0vOkbeRASOaTja/Mc+Ky6AWxJ4axsbHtynQgZ9M13hSW M3HZM9A+4PSOWRh7TfVhdfBMzJIz8jTiDAqnQRCvV35K7YPF5tUV9wWU5zCCvJUzwdey jYLOuJmX06yNvjX8P+FPlUQ+1vQlyC8mqe5ZzcaGvut1PuqcUa1OQlrXvXyny+wvNwie Nb+n257FwjJmkYIsH5zF/6Aa/7WYLUFiiF+cfI2hvCX25hGg6vYx9o+EQtlKS1Dtiu0S JeyA== X-Received: by 10.112.13.72 with SMTP id f8mr2317467lbc.40.1399441773430; Tue, 06 May 2014 22:49:33 -0700 (PDT) Received: from dev.san.ru (dev.san.ru. [88.147.129.60]) by mx.google.com with ESMTPSA id ui5sm814028lbb.32.2014.05.06.22.49.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 May 2014 22:49:02 -0700 (PDT) Date: Wed, 7 May 2014 09:48:55 +0400 From: Roman Bogorodskiy To: Alexandar Narayan Subject: Re: virt-manager bhyve Message-ID: <20140507054854.GA53331@dev.san.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: jgh@FreeBSD.org, freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 07 May 2014 05:49:36 -0000 Alexandar Narayan wrote: > Has anyone built virt-manager with bhyve support? I read that it was > supported just turned off by default. I installed virt-manager via >=20 > pkg install virt-manager >=20 > and can get it to run but I can't get it to see bhyve. >=20 > Thanks, Indeed, bhyve support was added to virt-manager some time ago. But there were no release with that support so far. Also, deskutils/virt-manager port is a little outdated, and, AFAIK, its updated is blocked by some outdated dependencies. CCed jgh@, he knows better about that. Roman Bogorodskiy