From: Andrew Cooper Date: Fri, 5 Aug 2016 17:20:16 +0000 (+0000) Subject: Introduce a binary representation of the Force Emulation Prefix X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c40ae24251b80cfee6f6c87e5fbf732cd6e35cdf;p=people%2Fandrewcoop%2Fxen-test-framework.git Introduce a binary representation of the Force Emulation Prefix Signed-off-by: Andrew Cooper --- diff --git a/include/xen/arch-x86/xen.h b/include/xen/arch-x86/xen.h index 19a1c0f..d66f63c 100644 --- a/include/xen/arch-x86/xen.h +++ b/include/xen/arch-x86/xen.h @@ -52,6 +52,7 @@ struct xen_trap_info { #define _ASM_XEN_FEP ud2a; .ascii "xen"; #else #define _ASM_XEN_FEP "ud2a; .ascii \"xen\";" +#define _BIN_XEN_FEP "\x0f\x0bxen" #endif #endif /* XEN_PUBLIC_ARCH_X86_XEN_H */