]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Mon, 25 Nov 2024 23:24:43 +0000 (15:24 -0800)
committerWei Liu <wei.liu@kernel.org>
Fri, 10 Jan 2025 00:54:21 +0000 (00:54 +0000)
commitef5a3c92a81a1a892ae9edf949625beb68b4bd43
tree18dbc82aaf9c024cdc6925384dddccab2495be2b
parente68bda71a2384e4463c96bac958912b4c5e58502
hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h

Switch to using hvhdk.h everywhere in the kernel. This header
includes all the new Hyper-V headers in include/hyperv, which form a
superset of the definitions found in hyperv-tlfs.h.

This makes it easier to add new Hyper-V interfaces without being
restricted to those in the TLFS doc (reflected in hyperv-tlfs.h).

To be more consistent with the original Hyper-V code, the names of
some definitions are changed slightly. Update those where needed.

Update comments in mshyperv.h files to point to include/hyperv for
adding new definitions.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Reviewed-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Link: https://lore.kernel.org/r/1732577084-2122-5-git-send-email-nunodasneves@linux.microsoft.com
Link: https://lore.kernel.org/r/20250108222138.1623703-3-romank@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
22 files changed:
arch/arm64/hyperv/hv_core.c
arch/arm64/hyperv/mshyperv.c
arch/arm64/include/asm/mshyperv.h
arch/x86/hyperv/hv_init.c
arch/x86/hyperv/hv_proc.c
arch/x86/hyperv/nested.c
arch/x86/include/asm/kvm_host.h
arch/x86/include/asm/mshyperv.h
arch/x86/include/asm/svm.h
arch/x86/kernel/cpu/mshyperv.c
arch/x86/kvm/vmx/hyperv_evmcs.h
arch/x86/kvm/vmx/vmx_onhyperv.h
drivers/clocksource/hyperv_timer.c
drivers/hv/hv_balloon.c
drivers/hv/hv_common.c
drivers/hv/hv_kvp.c
drivers/hv/hv_snapshot.c
drivers/hv/hyperv_vmbus.h
include/asm-generic/mshyperv.h
include/clocksource/hyperv_timer.h
include/linux/hyperv.h
net/vmw_vsock/hyperv_transport.c