summary refs log tree commit diff stats
path: root/include/hw/xen/xen.h
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2018-09-14 12:18:30 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2019-01-14 13:45:40 +0000
commit1077bcaccd6596ce6ccc67eee8b2c1bab112fa68 (patch)
tree0889366e10917436a55801480952661a3ce9c840 /include/hw/xen/xen.h
parent6d7c06c213ddcfabcafdc178ccef81736f85a7c2 (diff)
downloadfocaccia-qemu-1077bcaccd6596ce6ccc67eee8b2c1bab112fa68.tar.gz
focaccia-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 'include/hw/xen/xen.h')
-rw-r--r--include/hw/xen/xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h
index 978aaa31fb..ba039c146d 100644
--- a/include/hw/xen/xen.h
+++ b/include/hw/xen/xen.h
@@ -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;