Simply refer to all Xen drivers as para-virtualized, as this appears to

be the preferred Xen parlance.

Discussed with:	Steve Hand <steven.hand at cl.cam.ac.uk>
MFC after:	1 day
This commit is contained in:
Robert Watson 2010-12-17 22:09:55 +00:00
parent 110ac7a3e4
commit e956db1e11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216509

View file

@ -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"