]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: fix feature check in hyperv-stub.c
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Jun 2019 12:38:35 +0000 (13:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jul 2019 20:16:46 +0000 (22:16 +0200)
commit4b03403f7684ef2dc2af5f8ab8ab52515562e3fb
tree6e97d987550a82beafceccd61294fe665f81aeda
parentd15d3d573aa16ac4748d7c0291e582ed9d007485
target/i386: fix feature check in hyperv-stub.c

Commit 2d384d7c8 broken the build when built with:

  configure --without-default-devices --disable-user

The reason was the conversion of cpu->hyperv_synic to
cpu->hyperv_synic_kvm_only although the rest of the patch introduces a
feature checking mechanism. So I've fixed the KVM_EXIT_HYPERV_SYNIC in
hyperv-stub to do the same feature check as in the real hyperv.c

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Roman Kagan <rkagan@virtuozzo.com>
Message-Id: <20190624123835.28869-1-alex.bennee@linaro.org>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hyperv-stub.c