Re: [PATCH hyperv-next 2/6] drivers: hyperv: VMBus protocol version 6.0

From: ALOK TIWARI
Date: Thu Apr 10 2025 - 13:05:15 EST




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<romank@xxxxxxxxxxxxxxxxxxx>
---
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