summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-01-20 23:50:32 +0000
committergjb <gjb@FreeBSD.org>2014-01-20 23:50:32 +0000
commitf85aa1aa6f32f6d884cafd3dd994b7b2a1afc4b3 (patch)
tree8157b1c76ad631195a8d620ee1e7aa0a540cff1d
parent955a42e86e555ac85d8f74b0df1a3bcb7d1b40c5 (diff)
downloadFreeBSD-src-f85aa1aa6f32f6d884cafd3dd994b7b2a1afc4b3.zip
FreeBSD-src-f85aa1aa6f32f6d884cafd3dd994b7b2a1afc4b3.tar.gz
Move r260532 to kernel-virtualization.
Sponsored by: The FreeBSD Foundation
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 21034ff..0ed603e 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -108,16 +108,6 @@
configuration file has been added, which enables the new
<literal>vt</literal> console driver.</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
- <literal>hw.vmm.vmx.use_apic_pir=0</literal> to
- <filename>/etc/sysctl.conf</filename>.</para>
-
<sect3 xml:id="kernel-virtualization">
<title>Virtualization support</title>
@@ -129,6 +119,16 @@
<para revision="260582">Unmapped IO support has been added to
&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
+ <literal>hw.vmm.vmx.use_apic_pir=0</literal> to
+ <filename>/etc/sysctl.conf</filename>.</para>
</sect3>
<sect3 xml:id="kernel-arm">
OpenPOWER on IntegriCloud