From owner-svn-doc-head@freebsd.org Sun Jan 17 05:33:56 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47DEDA6D43A; Sun, 17 Jan 2016 05:33:56 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 14B4C14C6; Sun, 17 Jan 2016 05:33:56 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H5XtCg061744; Sun, 17 Jan 2016 05:33:55 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H5Xtsv061743; Sun, 17 Jan 2016 05:33:55 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601170533.u0H5Xtsv061743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 17 Jan 2016 05:33:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48045 - 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.20 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: Sun, 17 Jan 2016 05:33:56 -0000 Author: bjk Date: Sun Jan 17 05:33:54 2016 New Revision: 48045 URL: https://svnweb.freebsd.org/changeset/doc/48045 Log: Add Xen report from royger Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 05:19:03 2016 (r48044) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 05:33:54 2016 (r48045) @@ -3111,4 +3111,91 @@ fundraising numbers will be available in Q1 2016.

+ + + &os; Xen + + + + + Roger + Pau Monné + + royger@FreeBSD.org + + + + + Wei + Liu + + wei.liu2@citrix.com + + + + + &os; PVH DomU Wiki Page + &os; PVH Dom0 Wiki Page + &os;/Xen HVMlite Implementation + + + +

Xen is a hypervisor using a microkernel design, providing + services that allow multiple computer operating systems to execute + on the same computer hardware concurrently. Xen support for &os; + on x86 as a guest was introduced in version 8, and ARM support is + currently being worked on. Support for running &os; as an amd64 + Xen host (Dom0) is available in HEAD.

+ +

Regarding x86, the work done during this quarter has been + focused in rewriting the PVH implementation inside of Xen, to what + is now being called HVMlite (in order to differentiate it with the + previous PVH implementation). The Xen side of patches have + already been committed to the Xen source tree, and will be + available in Xen 4.7 (the next version). Work has also begun on + implementing HVMlite Dom0 support, although no patches have yet + been published.

+ +

HVMlite support for &os; has not yet been committed, + although an initial implementation is available in a personal git + repository. The plan is to completely replace PVH with HVMlite on + &os; as soon as HVMlite supports Dom0 mode.

+ +

Apart from this, Wei Liu is working on improving netfront + performance on &os;; initial patches have been posted to the &os; + review system.

+ +

During this time frame, the x86 unmapped bounce buffer code + has also been improved, and unmapped IO support has been added to + the blkfront driver.

+ + + + Citrix Systems R&D + + + + +

Finish HVMlite Dom0 support inside of Xen.

+
+ + +

Deprecate and remove PVH support from Xen.

+
+ + +

Remove PVH support from &os; and switch to HVMlite.

+
+ + +

Generalize the event channel code so it can be used on + ARM.

+
+ + +

Improve the performance of the various backends + (netback, blkback).

+
+
+