From owner-svn-doc-head@FreeBSD.ORG Fri Apr 4 12:32:56 2014
Return-Path:
Delivered-To: svn-doc-head@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 A1F07251;
Fri, 4 Apr 2014 12:32:56 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 74A328E7;
Fri, 4 Apr 2014 12:32:56 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34CWugY078909;
Fri, 4 Apr 2014 12:32:56 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34CWu8K078908;
Fri, 4 Apr 2014 12:32:56 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201404041232.s34CWu8K078908@svn.freebsd.org>
From: Gabor Pali
Date: Fri, 4 Apr 2014 12:32:56 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r44438 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 04 Apr 2014 12:32:56 -0000
Author: pgj
Date: Fri Apr 4 12:32:55 2014
New Revision: 44438
URL: http://svnweb.freebsd.org/changeset/doc/44438
Log:
- Add 2014Q1 status report for the libvirt bhyve support
Submitted by: novel
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Fri Apr 4 02:02:41 2014 (r44437)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Fri Apr 4 12:32:55 2014 (r44438)
@@ -18,7 +18,7 @@
Thanks to all the reporters for the excellent work! This report
- contains 9 entries and we hope you enjoy reading it.
+ contains 10 entries and we hope you enjoy reading it.
The deadline for submissions covering between April and
June 2014 is July 7th, 2014.
@@ -581,4 +581,44 @@
though none that present visible issues under light load.
+
+
+ libvirt/bhyve Support
+
+
+
+
+ Roman
+ Bogorodskiy
+
+ novel@FreeBSD.org
+
+
+
+
+ bhyve Driver
+ libvirt Home Page
+ Developer Blog
+
+
+
+ Libvirt is a virtualization library providing a common API for
+ various hypervisors (Qemu/KVM, Xen, LXC, and others), and also a
+ popular library used by a number of projects. Libvirt 1.2.2,
+ released on March, 2014, was the first release to include bhyve
+ support. Enabling bhyve support allows consumers to use bhyve
+ in libvirt-ready applications without major efforts.
+
+ Currently, libvirt supports almost all essential features of
+ bhyve, such as Virtual Machince lifecycle (start, stop), bridged
+ networking, and virtio/SATA driver support. The work continues
+ to implement more API calls and to cover more of features
+ offered by bhyve.
+
+
+
+ &os; port of netcf is needed for adding interface
+ driver support to libvirt.
+
+