]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: fix typo in flag name
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 7 Jun 2018 23:19:53 +0000 (02:19 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Jun 2018 13:06:35 +0000 (15:06 +0200)
commit4aba916bcd5dfda973a41986007f2f166288bae9
tree21387ae6281c953188cad3b61e66e7be33e7c0ac
parenta50c926505ee40245ac06105e45cee2ea265b774
kvm: fix typo in flag name

KVM_X86_DISABLE_EXITS_HTL really refers to exit on halt.
Obviously a typo: should be named KVM_X86_DISABLE_EXITS_HLT.

Fixes: b910f76a831 ("KVM: X86: Provide a capability to disable HLT intercepts")
Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c
include/uapi/linux/kvm.h
tools/include/uapi/linux/kvm.h