]> git.ipfire.org Git - thirdparty/linux.git/commit
Drivers: hv: Rename the SynIC enable and disable routines
authorRoman Kisel <romank@linux.microsoft.com>
Wed, 8 Oct 2025 23:34:13 +0000 (16:34 -0700)
committerWei Liu <wei.liu@kernel.org>
Sat, 15 Nov 2025 06:18:15 +0000 (06:18 +0000)
commit74fa5d7e5fbdecdff64f149d9c14c74baa5cb27b
tree74d51d55e725b1c121e30a32b61011eb776c258f
parent09406f2f8466fe44894f444943134a09c8519e4f
Drivers: hv: Rename the SynIC enable and disable routines

The confidential VMBus requires support for the both hypervisor
facing SynIC and the paravisor one.

Rename the functions that enable and disable SynIC with the
hypervisor. No functional changes.

Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Tianyu Lan <tiala@microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel_mgmt.c
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h
drivers/hv/vmbus_drv.c