commit | 766d3571d8e50d3a73b77043dc632226f9e6b389 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jun 08 02:19:53 2018 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 12 15:06:35 2018 +0200 |
tree | 21387ae6281c953188cad3b61e66e7be33e7c0ac | |
parent | 3c9fa24ca7c9c47605672916491f79e8ccacb9e6 [diff] |
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>