From owner-svn-src-all@FreeBSD.ORG Mon Jun 16 20:20:54 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B32A9CC9; Mon, 16 Jun 2014 20:20:54 +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 A0A0829FE; Mon, 16 Jun 2014 20:20:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKKsYs005766; Mon, 16 Jun 2014 20:20:54 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKKsQG005765; Mon, 16 Jun 2014 20:20:54 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201406162020.s5GKKsQG005765@svn.freebsd.org> From: Glen Barber Date: Mon, 16 Jun 2014 20:20:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267553 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 20:20:54 -0000 Author: gjb Date: Mon Jun 16 20:20:54 2014 New Revision: 267553 URL: http://svnweb.freebsd.org/changeset/base/267553 Log: Document r267536, Xen PVH DomU support for amd64. Submitted by: royger Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jun 16 19:16:13 2014 (r267552) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jun 16 20:20:54 2014 (r267553) @@ -187,6 +187,15 @@ The &man.virtio_random.4; driver has been added to harvest entropy from the host system. + + Support for running a &os;/&arch.amd64; + Xen guest instance as + PVH guest has been added. + PVH mode, short for Para-Virtualized + Hardware, uses para-virtualized drivers for boot + and I/O, and uses hardware virtualization extensions for all + other tasks, without the need for emulation.