From owner-svn-doc-head@FreeBSD.ORG Wed Jul 10 21:37:57 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB0C0C49; Wed, 10 Jul 2013 21:37:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AD5101D12; Wed, 10 Jul 2013 21:37:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ALbvTv094314; Wed, 10 Jul 2013 21:37:57 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ALbvZW094313; Wed, 10 Jul 2013 21:37:57 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201307102137.r6ALbvZW094313@svn.freebsd.org> From: Gabor Pali Date: Wed, 10 Jul 2013 21:37:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42238 - 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.14 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: Wed, 10 Jul 2013 21:37:57 -0000 Author: pgj Date: Wed Jul 10 21:37:57 2013 New Revision: 42238 URL: http://svnweb.freebsd.org/changeset/doc/42238 Log: - Elaborate benefits of PVHM and PVH in the Xen entry Submitted by: theraven Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 11:57:13 2013 (r42237) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 21:37:57 2013 (r42238) @@ -1512,6 +1512,22 @@ functionality through pkg(8). +

PVHVM allows a virtual machine that boots as a native guest to + be able to take full advantage of paravirtualized drivers, + giving a performance improvement in most I/O related tasks. PVH + allows a guest to take advantage of hardware assistance for + memory management, but uses fully paravirtualized events and + boot procedure, which brings two significant advantages beyond + performance. The first is that domain 0 does not have to run a + QEMU instance for emulated boot for PVH guests, which is a + common reason for hosting providers to charge more for Windows + and other HVM guests. The second is that PVH domains can be + used as domain 0, without requiring different pmap (memory + management) code from the conventional kernel. This will allow + us to ship a single kernel binary supporting bare metal + hardware, running as a Xen unprivileged guest, and eventually as + Xen domain 0.

+

Further improvements on blkfront and netfront have also been commited: