Re: [PATCH v6 00/19] i386: KVM: expand Hyper-V features early

2021-05-27 Thread Eduardo Habkost
On Thu, May 27, 2021 at 09:39:02AM +0200, Vitaly Kuznetsov wrote: > Eduardo Habkost writes: > > > On Thu, Apr 22, 2021 at 06:11:11PM +0200, Vitaly Kuznetsov wrote: > >> Vitaly Kuznetsov (19): > >> i386: keep hyperv_vendor string up-to-date > >> i386: invert hyperv_spinlock_attempts setting

Re: [PATCH v6 00/19] i386: KVM: expand Hyper-V features early

2021-05-27 Thread Vitaly Kuznetsov
Eduardo Habkost writes: > On Thu, Apr 22, 2021 at 06:11:11PM +0200, Vitaly Kuznetsov wrote: >> Vitaly Kuznetsov (19): >> i386: keep hyperv_vendor string up-to-date >> i386: invert hyperv_spinlock_attempts setting logic with >> hv_passthrough >> i386: always fill Hyper-V CPUID feature

Re: [PATCH v6 00/19] i386: KVM: expand Hyper-V features early

2021-05-26 Thread Eduardo Habkost
On Thu, Apr 22, 2021 at 06:11:11PM +0200, Vitaly Kuznetsov wrote: > Vitaly Kuznetsov (19): > i386: keep hyperv_vendor string up-to-date > i386: invert hyperv_spinlock_attempts setting logic with > hv_passthrough > i386: always fill Hyper-V CPUID feature leaves from X86CPU data > i386:

[PATCH v6 00/19] i386: KVM: expand Hyper-V features early

2021-04-22 Thread Vitaly Kuznetsov
Changes since v5: - Temporary drop 'hv-default' feature as it is causing some controversy. The rest of the patchset is valuable on its own. - Add 3 additiona fixes: i386: kill off hv_cpuid_check_and_set() [Igor's suggestion] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed i386: