diff options
Diffstat (limited to 'tools/include/uapi/linux/kvm.h')
| -rw-r--r-- | tools/include/uapi/linux/kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/include/uapi/linux/kvm.h b/tools/include/uapi/linux/kvm.h index b02c41e53d56..39e364c70caf 100644 --- a/tools/include/uapi/linux/kvm.h +++ b/tools/include/uapi/linux/kvm.h | |||
| @@ -677,10 +677,10 @@ struct kvm_ioeventfd { | |||
| 677 | }; | 677 | }; |
| 678 | 678 | ||
| 679 | #define KVM_X86_DISABLE_EXITS_MWAIT (1 << 0) | 679 | #define KVM_X86_DISABLE_EXITS_MWAIT (1 << 0) |
| 680 | #define KVM_X86_DISABLE_EXITS_HTL (1 << 1) | 680 | #define KVM_X86_DISABLE_EXITS_HLT (1 << 1) |
| 681 | #define KVM_X86_DISABLE_EXITS_PAUSE (1 << 2) | 681 | #define KVM_X86_DISABLE_EXITS_PAUSE (1 << 2) |
| 682 | #define KVM_X86_DISABLE_VALID_EXITS (KVM_X86_DISABLE_EXITS_MWAIT | \ | 682 | #define KVM_X86_DISABLE_VALID_EXITS (KVM_X86_DISABLE_EXITS_MWAIT | \ |
| 683 | KVM_X86_DISABLE_EXITS_HTL | \ | 683 | KVM_X86_DISABLE_EXITS_HLT | \ |
| 684 | KVM_X86_DISABLE_EXITS_PAUSE) | 684 | KVM_X86_DISABLE_EXITS_PAUSE) |
| 685 | 685 | ||
| 686 | /* for KVM_ENABLE_CAP */ | 686 | /* for KVM_ENABLE_CAP */ |
