i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()
commitf6e01ab5633da17d3c5e346bf07d01af12d39b9b
authorVitaly Kuznetsov <vkuznets@redhat.com>
Thu, 22 Apr 2021 16:11:20 +0000 (22 18:11 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 31 May 2021 19:53:03 +0000 (31 15:53 -0400)
treec041a5311a8290394f081d205858dd2e8ca819a2
parenta8439be6b76e7f1dd631a49662314bc58e6c4ee0
i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()

The intention is to call hyperv_expand_features() early, before vCPUs
are created and use the acquired data later when we set guest visible
CPUID data.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20210422161130.652779-10-vkuznets@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/kvm/kvm.c