Re: [PATCH v3] x86/cpuid: expose AVX512_4VNNIW and AVX512_4FMAPS features to kvm guest

From: Paolo Bonzini
Date: Fri Nov 04 2016 - 11:13:35 EST




On 04/11/2016 16:06, Borislav Petkov wrote:
> > With no usage? Sounds like a good use of Acked-by. :)
> I don't understand what do you mean here?

I mean that the changes to scattered.c are small, so it makes no sense
to split them. With an Acked-by I could simply take the patch into my tree.

Paolo

>>>> > >> +u32 get_scattered_cpuid_leaf(unsigned int level, unsigned int sub_leaf,
>>>> > >> + enum cpuid_regs_idx reg)
>>> > >
>>> > > Align arguments on the opening brace.
>> >
>> > They are aligned.
> Right you are. I need to look into why those spaces get eaten in vim.
> Looks like something is replacing 4 spaces with a single one...