Reformat to fix a nit in the rendered output.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-01-20 23:59:32 +00:00
parent aba2802443
commit 96ee781b93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260959

View File

@ -124,23 +124,18 @@
&man.virtio_blk.4;.</para>
<para revision="260532">Support for <quote>Posted Interrupt
Processing</quote> is enabled if supported by the CPU.
This feature can be disabled with:</para>
<screen><userinput>&prompt.root; sysctl hw.vmm.vmx.use_apic_pir=0</userinput></screen>
<para>Additionally, to persist this setting across reboots, add
Processing</quote> is enabled if supported by the CPU. This
feature can be disabled by running <literal>sysctl
hw.vmm.vmx.use_apic_pir=0</literal>. Additionally, to
persist this setting across reboots, add
<literal>hw.vmm.vmx.use_apic_pir=0</literal> to
<filename>/etc/sysctl.conf</filename>.</para>
<para revision="260410">Support for the <quote>Virtual Interrupt
Delivery</quote> feature of &intel;&nbsp;VT-x is enabled if
supported by the CPU. This feature can be disabled
with:</para>
<screen><userinput>&prompt.root; sysctl hw.vmm.vmx.use_apic_vid=0</userinput></screen>
<para>Additionally, to persist this setting across reboots, add
supported by the CPU. This feature can be disabled by running
<literal>sysctl hw.vmm.vmx.use_apic_vid=0</literal>.
Additionally, to persist this setting across reboots, add
<literal>hw.vmm.vmx.use_apic_vid=0</literal> to
<filename>/etc/sysctl.conf</filename>.</para>
</sect3>