aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/kvm-gs-restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/kvm-gs-restore.h')
-rw-r--r--target-i386/kvm-gs-restore.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/target-i386/kvm-gs-restore.h b/target-i386/kvm-gs-restore.h
new file mode 100644
index 0000000..0947b33
--- /dev/null
+++ b/target-i386/kvm-gs-restore.h
@@ -0,0 +1,12 @@
+#ifndef _KVM_GS_RESTORE_H
+#define _KVM_GS_RESTORE_H
+
+#ifdef CONFIG_KVM_GS_RESTORE
+int no_gs_ioctl(int fd, int type, void *arg);
+int gs_base_post_run(void);
+int gs_base_pre_run(void);
+extern int gs_need_restore;
+#define KVM_GS_RESTORE_NO 0x2
+#endif
+
+#endif