]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/kvm/kvm.c
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 17 May 2019 14:19:18 +0000 (16:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Jun 2019 00:29:38 +0000 (02:29 +0200)
commit2344d22e502ddf8ace994f7241e72a2126986c45
treefbeb02807e423de4ac8faa66848bff1ca3193e64
parent6760bd20027188092a0618c96f4da17a073c19d3
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()

Let's consolidate Hyper-V features handling in hyperv_handle_properties().
The change is necessary to support 'hv-passthrough' mode as we'll be just
copying CPUIDs from KVM instead of filling them in.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20190517141924.19024-4-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c