mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
6d7c06c213
commit
1077bcaccd
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue