From e956db1e119f0f8b910ab8cbe4a10a8d84ea9735 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 17 Dec 2010 22:09:55 +0000 Subject: [PATCH] Simply refer to all Xen drivers as para-virtualized, as this appears to be the preferred Xen parlance. Discussed with: Steve Hand MFC after: 1 day --- share/man/man4/xen.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/xen.4 b/share/man/man4/xen.4 index 074c673d0ecc..31096d0626f6 100644 --- a/share/man/man4/xen.4 +++ b/share/man/man4/xen.4 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 13, 2010 +.Dd December 17, 2010 .Dt XEN 4 .Os .Sh NAME @@ -88,8 +88,8 @@ Para-virtualized device drivers are required in order to support certain functionality, such as processing management requests, returning idle physical memory pages to the hypervisor, etc. .Ss Xen DomU device drivers -Xen administrative and para-virtualized drivers are automatically added to -the kernel if a PV kernel is compiled using +Xen para-virtualized drivers are automatically added to the kernel if a PV +kernel is compiled using .Cd "options XEN" ; for HVM environments, .Cd "options XENHVM"