Re: [PATCH 0/4] Split hyperv-tlfs.h into generic and arch specific files

From: Wei Liu
Date: Tue Apr 21 2020 - 07:24:31 EST


On Mon, Apr 20, 2020 at 10:38:34AM -0700, Michael Kelley wrote:
> Michael Kelley (4):
> KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
> x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
> x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent
> files
> asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls
>
> arch/x86/include/asm/hyperv-tlfs.h | 472 +++--------------------------
> arch/x86/include/asm/kvm_host.h | 2 +-
> arch/x86/kvm/hyperv.c | 4 +-
> include/asm-generic/hyperv-tlfs.h | 470 ++++++++++++++++++++++++++++
> 4 files changed, 509 insertions(+), 439 deletions(-)
> create mode 100644 include/asm-generic/hyperv-tlfs.h

This series looks good to me.

I will wait for a few days before actually queueing it to hyperv-next so
that other people can have a chance to comment.

Wei.