From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 11 23:03:22 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24A6C1065672; Wed, 11 Jan 2012 23:03:22 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id D159A8FC12; Wed, 11 Jan 2012 23:03:21 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q0BMqq5R024864; Wed, 11 Jan 2012 14:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1326322373; bh=HfYQlKFrD008df3/RkJTUJ+DdjZcR43X1/8A7eeOJxU=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=mKYkpEIG9KE9uCQoqnxt3gpPIXFgKariYv6ZxD1+Vuya15028jMZoiK2zvffifT/m 6xbEkAssE7u55262jEQwIFIWo+c1O1g8n6Qbb6m5Hjwsq+3k41gu8vjTxdiw9Xaqzx 47Hr3Qy+S+61cEBI/n/S2Yz6sRYeb8lnvne/YiZE= From: Sean Bruno To: Jason Helfman In-Reply-To: <20120111220039.GA65065@dormouse.experts-exchange.com> References: <20120111220039.GA65065@dormouse.experts-exchange.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 11 Jan 2012 14:52:52 -0800 Message-ID: <1326322372.6240.2.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" Subject: Re: [CFH] devel/libvirt, adding missing network piece X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Jan 2012 23:03:22 -0000 On Wed, 2012-01-11 at 14:00 -0800, Jason Helfman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello Everyone, > > I am the maintainer of devel/libvirt, which is a toolkit to interact with > virtualization capabilities. Along with this, I maintain some other ports > that depend on libvirt that are of a graphical nature. > > As it stands now, this port is incomplete in that the network layer of it is > disabled. Having the network piece missing is a major deficiency of the port. > Libvirt is under very active development cycle, and there is at least one very > active developer that uses FreeBSD. > > I had written this up sometime ago, now, and was hoping that someone here > would have the ability to update the code: > > http://www.freebsd.org/news/status/report-2011-04-2011-06.html#libvirt-networking-port > > The advantages of getting a fully working libvirt port in FreeBSD would be > very helpful insofar as monitoring and utilities for the virtualization community. > If I had the coding experience, I would most definitely step up. > > I am also going to be reaching out to the development community for libvirt > and virt-manager, to inquire if there are any plans on supporting BHyVe. > > Many thanks, and hope someone out there can help! :) > > - -jgh > > - -- > Jason Helfman | FreeBSD Committer > jgh@FreeBSD.org | http://people.freebsd.org/~jgh > -----BEGIN PGP SIGNATURE----- Funny you should mention this. I am working on the bhyve implementation in the cluster and was just discussing libvirt with some of my cohorts. Let me review this status report and get back to you on it. I'd like to use your work to get bhyve into a useable state for bsdcan if possible. Sean