From a8be2362f8390bea957c8247e2fca0bbc10a6989 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 20 Jan 2014 23:50:32 +0000 Subject: [PATCH] Move r260532 to kernel-virtualization. Sponsored by: The FreeBSD Foundation --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 20 +++++++++---------- 1 file 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 21034ffa6340..0ed603e2c45c 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 vt console driver. - Support for Posted Interrupt - Processing is enabled if supported by the CPU. - This feature can be disabled with: - - &prompt.root; sysctl hw.vmm.vmx.use_apic_pir=0 - - Additionally, to persist this setting across reboots, add - hw.vmm.vmx.use_apic_pir=0 to - /etc/sysctl.conf. - Virtualization support @@ -129,6 +119,16 @@ Unmapped IO support has been added to &man.virtio_blk.4;. + + Support for Posted Interrupt + Processing is enabled if supported by the CPU. + This feature can be disabled with: + + &prompt.root; sysctl hw.vmm.vmx.use_apic_pir=0 + + Additionally, to persist this setting across reboots, add + hw.vmm.vmx.use_apic_pir=0 to + /etc/sysctl.conf.