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)
commit766d3571d8e50d3a73b77043dc632226f9e6b389
tree21387ae6281c953188cad3b61e66e7be33e7c0ac
parent3c9fa24ca7c9c47605672916491f79e8ccacb9e6
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: caa057a2cad ("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