tools headers UAPI: Synch KVM's svm.h header with the kernel
[linux-2.6-microblaze.git] / tools / arch / x86 / include / uapi / asm / svm.h
index 554f75f..efa9693 100644 (file)
 #define SVM_VMGEXIT_GET_AP_JUMP_TABLE          1
 #define SVM_VMGEXIT_UNSUPPORTED_EVENT          0x8000ffff
 
+/* Exit code reserved for hypervisor/software use */
+#define SVM_EXIT_SW                            0xf0000000
+
 #define SVM_EXIT_ERR           -1
 
 #define SVM_EXIT_REASONS \