summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/run_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/vmx/run_flags.h')
-rw-r--r--arch/x86/kvm/vmx/run_flags.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx/run_flags.h b/arch/x86/kvm/vmx/run_flags.h
new file mode 100644
index 000000000000..57f4c664ea9c
--- /dev/null
+++ b/arch/x86/kvm/vmx/run_flags.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __KVM_X86_VMX_RUN_FLAGS_H
+#define __KVM_X86_VMX_RUN_FLAGS_H
+
+#define VMX_RUN_VMRESUME (1 << 0)
+
+#endif /* __KVM_X86_VMX_RUN_FLAGS_H */