]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Drop CPUID definition for hv-spinlocks
authorJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jul 2019 10:33:42 +0000 (12:33 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jul 2019 15:09:53 +0000 (17:09 +0200)
commitad9d5d3a6a1fc86fca1620278cbd113e08370ba2
tree47515ddb58169afdbe277878105568656af6fdc6
parent3bdca9273c4f57c97bb5e5a579f869fb123ddf3e
cpu: Drop CPUID definition for hv-spinlocks

hv-spinlocks is not a CPUID feature and should not be checked as such.
While starting a domain with hv-spinlocks enabled, we would report a
warning about unsupported hyperv spinlocks feature even though it was
set properly.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c
src/qemu/qemu_process.c