Re: [PATCH RFC 12/22] i386: always fill Hyper-V CPUID feature leaves from X86CPU data

2020-09-22 Thread Vitaly Kuznetsov
Eduardo Habkost writes: > On Fri, Sep 04, 2020 at 04:54:21PM +0200, Vitaly Kuznetsov wrote: >> We have all the required data in X86CPU already and as we are about to >> split hyperv_handle_properties() into hyperv_expand_features()/ >> hyperv_fill_cpuids() we can remove the blind copy. The functi

Re: [PATCH RFC 12/22] i386: always fill Hyper-V CPUID feature leaves from X86CPU data

2020-09-18 Thread Eduardo Habkost
On Fri, Sep 04, 2020 at 04:54:21PM +0200, Vitaly Kuznetsov wrote: > We have all the required data in X86CPU already and as we are about to > split hyperv_handle_properties() into hyperv_expand_features()/ > hyperv_fill_cpuids() we can remove the blind copy. The functional change > is that QEMU won'

[PATCH RFC 12/22] i386: always fill Hyper-V CPUID feature leaves from X86CPU data

2020-09-04 Thread Vitaly Kuznetsov
We have all the required data in X86CPU already and as we are about to split hyperv_handle_properties() into hyperv_expand_features()/ hyperv_fill_cpuids() we can remove the blind copy. The functional change is that QEMU won't pass CPUID leaves it doesn't currently know about to the guest but argua