]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Drop KVM_ from hyperv feature macros
authorJiri Denemark <jdenemar@redhat.com>
Thu, 25 Jul 2019 15:07:18 +0000 (17:07 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 29 Jul 2019 13:41:50 +0000 (15:41 +0200)
commit1ddf014fef4468a15303029fbc563da0aaaf8ce4
treec1ffcc86d11ed44d7c23c8eaa603af0ab99b0c05
parentd99e8f01c7f9b5a0f384ccaac40187091a4e6c6c
cpu: Drop KVM_ from hyperv feature macros

All the features are hyperv features even though they are provided by
KVM with QEMU. The "KVM" part in the macro names does not make a lot of
sense.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Tested-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c
src/cpu/cpu_x86_data.h
src/qemu/qemu_command.c