Xen Test Framework
vmx.h
Go to the documentation of this file.
1 
6 #ifndef XTF_X86_VMX_H
7 #define XTF_X86_VMX_H
8 
9 #include <arch/x86-vmx.h>
10 
14 const char *vmx_insn_err_strerror(unsigned int err);
15 
16 #endif /* XTF_X86_VMX_H */
17 
18 /*
19  * Local variables:
20  * mode: C
21  * c-file-style: "BSD"
22  * c-basic-offset: 4
23  * tab-width: 4
24  * indent-tabs-mode: nil
25  * End:
26  */
VT-x hardware ABI, as specified in the Intel SDM.
const char * vmx_insn_err_strerror(unsigned int err)
Error string for VMX Instruction Errors.
Definition: vmx.c:10