提交 1077bcac 编写于 作者: A Anthony PERARD

xen: Replace few mentions of xend by libxl

xend have been replaced by libxenlight (libxl) for many Xen releases
now.
Signed-off-by: NAnthony PERARD <anthony.perard@citrix.com>
Acked-by: NStefano Stabellini <sstabellini@kernel.org>
上级 6d7c06c2
...@@ -43,7 +43,7 @@ static void xen_init_pv(MachineState *machine) ...@@ -43,7 +43,7 @@ static void xen_init_pv(MachineState *machine)
switch (xen_mode) { switch (xen_mode) {
case XEN_ATTACH: case XEN_ATTACH:
/* nothing to do, xend handles everything */ /* nothing to do, libxl handles everything */
break; break;
case XEN_EMULATE: case XEN_EMULATE:
error_report("xen emulation not implemented (yet)"); error_report("xen emulation not implemented (yet)");
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
/* xen-machine.c */ /* xen-machine.c */
enum xen_mode { enum xen_mode {
XEN_EMULATE = 0, // xen emulation, using xenner (default) XEN_EMULATE = 0, // xen emulation, using xenner (default)
XEN_ATTACH // attach to xen domain created by xend XEN_ATTACH // attach to xen domain created by libxl
}; };
extern uint32_t xen_domid; extern uint32_t xen_domid;
......
...@@ -3396,7 +3396,7 @@ DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid, ...@@ -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) "-xen-domid id specify xen guest domain id\n", QEMU_ARCH_ALL)
DEF("xen-attach", 0, QEMU_OPTION_xen_attach, DEF("xen-attach", 0, QEMU_OPTION_xen_attach,
"-xen-attach attach to existing xen domain\n" "-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) QEMU_ARCH_ALL)
DEF("xen-domid-restrict", 0, QEMU_OPTION_xen_domid_restrict, DEF("xen-domid-restrict", 0, QEMU_OPTION_xen_domid_restrict,
"-xen-domid-restrict restrict set of available xen operations\n" "-xen-domid-restrict restrict set of available xen operations\n"
...@@ -3410,7 +3410,7 @@ Specify xen guest domain @var{id} (XEN only). ...@@ -3410,7 +3410,7 @@ Specify xen guest domain @var{id} (XEN only).
@item -xen-attach @item -xen-attach
@findex -xen-attach @findex -xen-attach
Attach to existing xen domain. 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 @findex -xen-domid-restrict
Restrict set of available xen operations to specified domain id (XEN only). Restrict set of available xen operations to specified domain id (XEN only).
ETEXI ETEXI
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册