]> xenbits.xensource.com Git - people/liuw/xtf.git/commitdiff
Introduce a binary representation of the Force Emulation Prefix
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 Aug 2016 17:20:16 +0000 (17:20 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 12 Aug 2016 12:23:07 +0000 (13:23 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/xen/arch-x86/xen.h

index 19a1c0fd3233de73c9c7f9c01f9e5537e481a0f2..d66f63c68992588aab4dc181654b0a27f5b2efc9 100644 (file)
@@ -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 */