]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
authorZhao Liu <zhao1.liu@intel.com>
Wed, 6 Nov 2024 03:07:23 +0000 (11:07 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jan 2025 22:34:44 +0000 (23:34 +0100)
commit5dabc87b51030fc08b76b2401a5566f0b1463b59
tree5e0cae990449bbfa03ce894d4c3ad1a4f77b5ef5
parent86e032bb7b5ac5a319cef914aa779825fe39a2e2
target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo

The KVM_X86_DISABLE_EXITS_HTL typo has been fixed in commit
77d361b13c19 ("linux-headers: Update to kernel mainline commit
b357bf602").

Drop the related workaround.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Zide Chen <zide.chen@intel.com>
Link: https://lore.kernel.org/r/20241106030728.553238-7-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/kvm.c