Re: [PATCH v6 09/19] i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()

2021-05-20 Thread Eduardo Habkost
On Thu, Apr 22, 2021 at 06:11:20PM +0200, Vitaly Kuznetsov wrote: > 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 Reviewed-by: Eduardo Habkost --

[PATCH v6 09/19] i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()

2021-04-22 Thread Vitaly Kuznetsov
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 --- target/i386/kvm/kvm.c | 34 -- 1 file changed, 24 insertions(+), 10