Date: Fri, 4 Apr 2014 12:32:56 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> 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 Message-ID: <201404041232.s34CWu8K078908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@ <!-- XXX: Keep the number of entries updated --> <p>Thanks to all the reporters for the excellent work! This report - contains 9 entries and we hope you enjoy reading it.</p> + contains 10 entries and we hope you enjoy reading it.</p> <p>The deadline for submissions covering between April and June 2014 is July 7th, 2014.</p> @@ -581,4 +581,44 @@ though none that present visible issues under light load.</task> </help> </project> + + <project cat='ports'> + <title>libvirt/bhyve Support</title> + + <contact> + <person> + <name> + <given>Roman</given> + <common>Bogorodskiy</common> + </name> + <email>novel@FreeBSD.org</email> + </person> + </contact> + + <links> + <url href="http://libvirt.org/drvbhyve.html">bhyve Driver</url> + <url href="http://libvirt.org/">libvirt Home Page</url> + <url href="http://empt1e.blogspot.ru/search/label/libvirt">Developer Blog</url> + </links> + + <body> + <p>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.</p> + + <p>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.</p> + </body> + + <help> + <task>&os; port of <tt>netcf</tt> is needed for adding interface + driver support to libvirt.</task> + </help> + </project> </report>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041232.s34CWu8K078908>