Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 18:47:56 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
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
Message-ID:  <201507221847.t6MIluVr085707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"</programlisting
 	lines would also be added to
 	<filename>/etc/rc.conf</filename>:</para>
 
-<programlisting>hald_enable="YES"
+      <programlisting>hald_enable="YES"
 dbus_enable="YES"</programlisting>
 
       <para>See <xref linkend="x-config"/> for details.</para>
@@ -1329,16 +1329,18 @@ perm pass* 0660</programlisting>
       features.  <acronym>UG</acronym> support was introduced with
       Intel's Westmere micro-architecture.  For a complete list of
       &intel; processors that support <acronym>EPT</acronym>, refer
-      to <link xlink:href="http://ark.intel.com/search/advanced?s=t&amp;ExtendedPageTables=true"/>.
+      to <link
+	xlink:href="http://ark.intel.com/search/advanced?s=t&amp;ExtendedPageTables=true"/>.
       <acronym>RVI</acronym> is found on the third generation and
       later of the &amd.opteron; (Barcelona) processors.  The easiest
       way to tell if a processor will support
       <application>bhyve</application> is to run
       <command>dmesg</command> or look in
-      <filename>/var/run/dmesg.boot</filename> for
-      the <literal>POPCNT</literal> processor feature flag on the
+      <filename>/var/run/dmesg.boot</filename> for the
+      <literal>POPCNT</literal> processor feature flag on the
       <literal>Features2</literal> line and <literal>EPT</literal> and
-      <literal>UG</literal> on the <literal>VT-x</literal> line.</para>
+      <literal>UG</literal> on the <literal>VT-x</literal>
+      line.</para>
 
     <sect2 xml:id="virtualization-bhyve-prep">
       <title>Preparing the Host</title>
@@ -1514,10 +1516,10 @@ grub> <userinput>boot</userinput></scree
 
     <sect2 xml:id="virtualization-bhyve-zfs">
       <title>Using <acronym>ZFS</acronym> with
-        <application>bhyve</application> Guests</title>
+	<application>bhyve</application> Guests</title>
 
       <para>If <acronym>ZFS</acronym> is available on the host
-        machine, using <acronym>ZFS</acronym> volumes
+	machine, using <acronym>ZFS</acronym> volumes
 	instead of disk image files can provide significant
 	performance benefits for the guest <acronym>VMs</acronym>.  A
 	<acronym>ZFS</acronym> volume can be created by:</para>
@@ -1525,7 +1527,7 @@ grub> <userinput>boot</userinput></scree
       <screen>&prompt.root; <userinput>zfs create -V<replaceable>16G</replaceable> -o volmode=dev <replaceable>zroot/linuxdisk0</replaceable></userinput></screen>
 
       <para>When starting the <acronym>VM</acronym>, specify the
-        <acronym>ZFS</acronym> volume as the disk drive:</para>
+	<acronym>ZFS</acronym> volume as the disk drive:</para>
 
       <screen>&prompt.root; <userinput>bhyve -A -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,<replaceable>tap1</replaceable> -s3:0,virtio-blk,<replaceable>/dev/zvol/zroot/linuxdisk0</replaceable> \
     -l com1,<replaceable>stdio</replaceable> -c <replaceable>4</replaceable> -m <replaceable>1024M</replaceable> <replaceable>linuxguest</replaceable></userinput></screen>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507221847.t6MIluVr085707>