From owner-svn-doc-all@freebsd.org Sun Aug 19 12:15:32 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDEC0108B6AD; Sun, 19 Aug 2018 12:15:31 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4C49739E8; Sun, 19 Aug 2018 12:15:31 +0000 (UTC) (envelope-from bcr@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8207B2625A; Sun, 19 Aug 2018 12:15:31 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JCFVsG086891; Sun, 19 Aug 2018 12:15:31 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JCFVYR086890; Sun, 19 Aug 2018 12:15:31 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201808191215.w7JCFVYR086890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sun, 19 Aug 2018 12:15:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52160 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Commit-Revision: 52160 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 12:15:32 -0000 Author: bcr Date: Sun Aug 19 12:15:31 2018 New Revision: 52160 URL: https://svnweb.freebsd.org/changeset/doc/52160 Log: Cleanup (non user visible) whitespace issues and rewrap long lines. 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 Sun Aug 19 12:09:31 2018 (r52159) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sun Aug 19 12:15:31 2018 (r52160) @@ -101,7 +101,7 @@ Know how to install additional - third-party software. + third-party software. @@ -921,24 +921,24 @@ perm vboxnetctl 0660 &virtualbox; USB Support &virtualbox; can be configured - to pass USB devices through to the guest - operating system. The host controller of the OSE version is - limited to emulating USB 1.1 devices until - the extension pack supporting USB 2.0 and 3.0 - devices becomes available on &os;. + to pass USB devices through to the guest + operating system. The host controller of the OSE version is + limited to emulating USB 1.1 devices until + the extension pack supporting USB 2.0 and + 3.0 devices becomes available on &os;. - For &virtualbox; to be - aware of USB devices attached to the - machine, the user needs to be a member of the operator group. + For &virtualbox; to be aware of + USB devices attached to the machine, the + user needs to be a member of the operator group. &prompt.root; pw groupmod operator -m yourusername Restart the login session and - &virtualbox; for these changes to take - effect, and create USB filters as - necessary. - + &virtualbox; for these changes to + take effect, and create USB filters as + necessary. + &virtualbox; Host @@ -1202,16 +1202,16 @@ grub> <userinput>boot</userinput></screen> that are not supported by the other loaders.</para> <para>In order to make use of the <acronym>UEFI</acronym> - support in <application>bhyve</application>, first obtain the - <acronym>UEFI</acronym> firmware images. This can be done - by installing <package>sysutils/bhyve-firmware</package> - port or package.</para> + support in <application>bhyve</application>, first obtain the + <acronym>UEFI</acronym> firmware images. This can be done by + installing <package>sysutils/bhyve-firmware</package> port or + package.</para> - <para>With the firmware in place, add the flags - <option>-l bootrom,<replaceable>/path/to/firmware</replaceable></option> - to your <application>bhyve</application> command line. - The actual <application>bhyve</application> command may look - like this:</para> + <para>With the firmware in place, add the flags <option>-l + bootrom,<replaceable>/path/to/firmware</replaceable></option> + to your <application>bhyve</application> command line. The + actual <application>bhyve</application> command may look like + this:</para> <screen>&prompt.root; <userinput>bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \ -s 2:0,virtio-net,<replaceable>tap1</replaceable> -s 3:0,virtio-blk,<replaceable>./disk.img</replaceable> \ @@ -1220,8 +1220,8 @@ grub> <userinput>boot</userinput></screen> <replaceable>guest</replaceable></userinput></screen> <para><package>sysutils/bhyve-firmware</package> also contains a - <acronym>CSM</acronym>-enabled firmware, to boot guests with no - <acronym>UEFI</acronym> support in legacy + <acronym>CSM</acronym>-enabled firmware, to boot guests with + no <acronym>UEFI</acronym> support in legacy <acronym>BIOS</acronym> mode:</para> <screen>&prompt.root; <userinput>bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \ @@ -1235,12 +1235,13 @@ grub> <userinput>boot</userinput></screen> <title>Graphical <acronym>UEFI</acronym> Framebuffer for <application>bhyve</application> Guests - The UEFI firmware support is particularly - useful with predominantly graphical guest operating systems - such as Microsoft &windows;. + The UEFI firmware support is + particularly useful with predominantly graphical guest + operating systems such as Microsoft &windows;. Support for the UEFI-GOP framebuffer may also be enabled - with the + with the flags. The framebuffer resolution may be configured with and , and @@ -1251,7 +1252,7 @@ grub> boot VNC protocol. The resulting bhyve command - would look like this: + would look like this: &prompt.root; bhyve -AHP -s 0:0,hostbridge -s 31:0,lpc \ -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./disk.img \