summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorAnthony PERARD2018-09-14 13:18:30 +0200
committerAnthony PERARD2019-01-14 14:45:40 +0100
commit1077bcaccd6596ce6ccc67eee8b2c1bab112fa68 (patch)
tree0889366e10917436a55801480952661a3ce9c840 /qemu-options.hx
parentRemove broken Xen PV domain builder (diff)
downloadqemu-1077bcaccd6596ce6ccc67eee8b2c1bab112fa68.tar.gz
qemu-1077bcaccd6596ce6ccc67eee8b2c1bab112fa68.tar.xz
qemu-1077bcaccd6596ce6ccc67eee8b2c1bab112fa68.zip
xen: Replace few mentions of xend by libxl
xend have been replaced by libxenlight (libxl) for many Xen releases now. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 7c323c9406..521511ec13 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3396,7 +3396,7 @@ DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
"-xen-domid id specify xen guest domain id\n", QEMU_ARCH_ALL)
DEF("xen-attach", 0, QEMU_OPTION_xen_attach,
"-xen-attach attach to existing xen domain\n"
- " xend will use this when starting QEMU\n",
+ " libxl will use this when starting QEMU\n",
QEMU_ARCH_ALL)
DEF("xen-domid-restrict", 0, QEMU_OPTION_xen_domid_restrict,
"-xen-domid-restrict restrict set of available xen operations\n"
@@ -3410,7 +3410,7 @@ Specify xen guest domain @var{id} (XEN only).
@item -xen-attach
@findex -xen-attach
Attach to existing xen domain.
-xend will use this when starting QEMU (XEN only).
+libxl will use this when starting QEMU (XEN only).
@findex -xen-domid-restrict
Restrict set of available xen operations to specified domain id (XEN only).
ETEXI