Drivers: hv: Rename fields for SynIC message and event pages
authorRoman Kisel <romank@linux.microsoft.com>
Wed, 8 Oct 2025 23:34:08 +0000 (16:34 -0700)
committerWei Liu <wei.liu@kernel.org>
Sat, 15 Nov 2025 06:18:14 +0000 (06:18 +0000)
commit163224c189e8b679ce919aa64ccabb7a992ca2d1
treea917cbc8279617e2e4bcb50e65964c9262b55a2d
parenta156ad8c508209ce22f3213d25c3c2ae1774a57d
Drivers: hv: Rename fields for SynIC message and event pages

Confidential VMBus requires interacting with two SynICs -- one
provided by the host hypervisor, and one provided by the paravisor.
Each SynIC requires its own message and event pages.

Rename the existing host-accessible SynIC message and event pages
with the "hyp_" prefix to clearly distinguish them from the paravisor
ones. The field name is also changed in mshv_root.* for consistency.

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/mshv_root.h
drivers/hv/mshv_synic.c
drivers/hv/vmbus_drv.c