On 09-04-2025 05:38, Roman Kisel wrote:
The confidential VMBus is supported starting from the protocol version 6.0 onwards. Update the relevant definitions, provide a function that returns whether VMBus is condifential or not.
typo condifential -> confidential
Signed-off-by: Roman Kisel<rom...@linux.microsoft.com> --- drivers/hv/vmbus_drv.c | 12 ++++++ include/asm-generic/mshyperv.h | 1 + include/linux/hyperv.h | 71 +++++++++++++++++++++++++--------- 3 files changed, 65 insertions(+), 19 deletions(-) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 22afebfc28ff..fa3ad6fe0bec 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c
Thanks, Alok