Document r260410.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-01-20 23:50:34 +00:00
parent a8be2362f8
commit c243e038f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260956

View File

@ -129,6 +129,17 @@
<para>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
<literal>hw.vmm.vmx.use_apic_vid=0</literal> to
<filename>/etc/sysctl.conf</filename>.</para>
</sect3>
<sect3 xml:id="kernel-arm">