aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-12-04 13:06:35 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-03-13 16:00:00 +0000
commitec41430ef6a7385f73bd69facc1cb77443ccc6f3 (patch)
treed35b8a8d26acf771c5138217edc2c8add9cd5866 /docs/man
parentc966179ba4c1ee0461a2d84a1d667629cca21ec8 (diff)
downloadxen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.tar.gz
xen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.tar.bz2
xen-ec41430ef6a7385f73bd69facc1cb77443ccc6f3.zip
libxl: use qemu-xen (upstream QEMU) as device model by default
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.cfg.pod.512
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 25523c99dc..8db24d7954 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -1176,15 +1176,15 @@ guest. Valid values are:
=over 4
-=item B<qemu-xen-traditional>
+=item B<qemu-xen>
-Use the device-model based upon the historical Xen fork of Qemu. This
-device-model is currently the default.
+Use the device-model merged into the upstream QEMU project.
+This device-model is the default for Linux dom0.
-=item B<qemu-xen>
+=item B<qemu-xen-traditional>
-use the device-model merged into the upstream QEMU project. This
-device-model will become the default in a future version of Xen.
+Use the device-model based upon the historical Xen fork of Qemu.
+This device-model is still the default for NetBSD dom0.
=back