KY Srinivasan <k...@microsoft.com> writes:

>> -----Original Message-----
>> From: Vitaly Kuznetsov <vkuzn...@redhat.com>
>> Sent: Wednesday, May 16, 2018 8:21 AM
>> To: k...@vger.kernel.org
>> Cc: x...@kernel.org; Paolo Bonzini <pbonz...@redhat.com>; Radim Krčmář
>> <rkrc...@redhat.com>; Roman Kagan <rka...@virtuozzo.com>; KY
>> Srinivasan <k...@microsoft.com>; Haiyang Zhang
>> <haiya...@microsoft.com>; Stephen Hemminger
>> <sthem...@microsoft.com>; Michael Kelley (EOSG)
>> <michael.h.kel...@microsoft.com>; Mohammed Gamal
>> <mmo...@redhat.com>; Cathy Avery <cav...@redhat.com>; linux-
>> ker...@vger.kernel.org
>> Subject: [PATCH v4 1/8] x86/hyper-v: move struct hv_flush_pcpu{,ex}
>> definitions to common header
>> 
>> Hyper-V TLB flush hypercalls definitions will be required for KVM so move
>> them hyperv-tlfs.h. Structures also need to be renamed as '_pcpu' suffix is
>> irrelevant for a general-purpose definition.
>> 
>> Signed-off-by: Vitaly Kuznetsov <vkuzn...@redhat.com>
>> ---
>>  arch/x86/hyperv/mmu.c              | 40 
>> ++++++++++----------------------------
>>  arch/x86/include/asm/hyperv-tlfs.h | 20 +++++++++++++++++++
>>  2 files changed, 30 insertions(+), 30 deletions(-)
>
> Vitaly,
>
> We should  coordinate on this; I have patches in flight that conflict with
> the changes here.

I see you also fixed 'HV_GENERIC_SET_SPARCE_4K' typo. I don't think it's
a big deal as we fix it in the same way :-)

I see you also altered hv_flush_pcpu_ex definition but kept it in mmu.c:
I think my patches should be applied on top of yours, I only need to
move it to hyperv-tlfs.h header and get rid of _pcpu suffix.

I hope Thomas will merge your patches very soon. In case Paolo/Radim
decide that my series is ready too we'll ask their guidance on how to
resolve the conflict (topic branch?). It should be relatively easy.

Thanks,

-- 
  Vitaly

Reply via email to