From owner-svn-doc-head@freebsd.org Wed Jul 22 18:47:56 2015 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 9387B9A8064; Wed, 22 Jul 2015 18:47:56 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.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 7B5E310BD; Wed, 22 Jul 2015 18:47:56 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MIlurD085708; Wed, 22 Jul 2015 18:47:56 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MIluVr085707; Wed, 22 Jul 2015 18:47:56 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507221847.t6MIluVr085707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Wed, 22 Jul 2015 18:47:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47049 - head/en_US.ISO8859-1/books/handbook/virtualization 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: Wed, 22 Jul 2015 18:47:56 -0000 Author: wblock Date: Wed Jul 22 18:47:55 2015 New Revision: 47049 URL: https://svnweb.freebsd.org/changeset/doc/47049 Log: Whitespace-only changes, translators please ignore. Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Wed Jul 22 18:44:13 2015 (r47048) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Wed Jul 22 18:47:55 2015 (r47049) @@ -1059,7 +1059,7 @@ vboxservice_enable="YES"/etc/rc.conf: -hald_enable="YES" + hald_enable="YES" dbus_enable="YES" See for details. @@ -1329,16 +1329,18 @@ perm pass* 0660 features. UG support was introduced with Intel's Westmere micro-architecture. For a complete list of &intel; processors that support EPT, refer - to . + to . RVI is found on the third generation and later of the &amd.opteron; (Barcelona) processors. The easiest way to tell if a processor will support bhyve is to run dmesg or look in - /var/run/dmesg.boot for - the POPCNT processor feature flag on the + /var/run/dmesg.boot for the + POPCNT processor feature flag on the Features2 line and EPT and - UG on the VT-x line. + UG on the VT-x + line. Preparing the Host @@ -1514,10 +1516,10 @@ grub> boot Using <acronym>ZFS</acronym> with - <application>bhyve</application> Guests + bhyve Guests If ZFS is available on the host - machine, using ZFS volumes + machine, using ZFS volumes instead of disk image files can provide significant performance benefits for the guest VMs. A ZFS volume can be created by: @@ -1525,7 +1527,7 @@ grub> boot&prompt.root; zfs create -V16G -o volmode=dev zroot/linuxdisk0 When starting the VM, specify the - ZFS volume as the disk drive: + ZFS volume as the disk drive: &prompt.root; bhyve -A -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s3:0,virtio-blk,/dev/zvol/zroot/linuxdisk0 \ -l com1,stdio -c 4 -m 1024M linuxguest