svn commit: r260956 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Jan 20 23:50:35 UTC 2014


Author: gjb
Date: Mon Jan 20 23:50:34 2014
New Revision: 260956
URL: http://svnweb.freebsd.org/changeset/base/260956

Log:
  Document r260410.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Jan 20 23:50:32 2014	(r260955)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Jan 20 23:50:34 2014	(r260956)
@@ -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; 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">


More information about the svn-src-head mailing list