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>
This commit is contained in:
Anthony PERARD 2018-09-14 12:18:30 +01:00
parent 6d7c06c213
commit 1077bcaccd
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
/* xen-machine.c */
enum xen_mode {
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;