> -----Original Message----- > From: Vitaly Kuznetsov <vkuzn...@redhat.com> > Sent: Friday, March 9, 2018 6:03 AM > To: k...@vger.kernel.org > Cc: x...@kernel.org; Paolo Bonzini <pbonz...@redhat.com>; Radim Krčmář > <rkrc...@redhat.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>; Bandan Das > <b...@redhat.com>; > linux-kernel@vger.kernel.org > Subject: [PATCH v3 2/7] x86/hyper-v: move definitions from TLFS to > hyperv-tlfs.h > > mshyperv.h now only contains fucntions/variables we define in kernel, all > definitions from TLFS should go to hyperv-tlfs.h. > > 'enum hv_cpuid_function' is removed as we already have this info in > hyperv-tlfs.h, code in mshyperv.c is adjusted accordingly. > > Signed-off-by: Vitaly Kuznetsov <vkuzn...@redhat.com>
Reviewed-by: Michael Kelley <mikel...@microsoft.com>