Lines Matching full:xen
2 * public xen header
3 * stuff needed outside xen-*.c, i.e. interfaces to qemu.
4 * must not depend on any xen headers being present in
5 * /usr/include/xen, so it can be included unconditionally.
11 * C files using Xen toolstack libraries will have included those headers
14 * by the *system* Xen headers which were transitively included.
17 * include xen_native.h, may need this defined so that the Xen headers
18 * imported to include/hw/xen/interface/ will expose the appropriate API
29 /* xen-machine.c */
31 XEN_DISABLED = 0, /* xen support disabled (default) */
32 XEN_ATTACH, /* attach to xen domain created by libxl */
33 XEN_EMULATE, /* emulate Xen within QEMU */