aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index 91a446f450b8..1d5a49cdda3b 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -46,6 +46,7 @@ enum kvm_exit_reason {
46 KVM_EXIT_SHUTDOWN = 8, 46 KVM_EXIT_SHUTDOWN = 8,
47 KVM_EXIT_FAIL_ENTRY = 9, 47 KVM_EXIT_FAIL_ENTRY = 9,
48 KVM_EXIT_INTR = 10, 48 KVM_EXIT_INTR = 10,
49 KVM_EXIT_SET_TPR = 11
49}; 50};
50 51
51/* for KVM_RUN, returned by mmap(vcpu_fd, offset=0) */ 52/* for KVM_RUN, returned by mmap(vcpu_fd, offset=0) */