Re: [PATCH] add the ability to disable transport authentication (like esxi et al)

2021-04-19 Thread Michal Privoznik
On 4/7/21 3:52 PM, simonmartin76 wrote: Signed-off-by: Simon Martin --- src/hyperv/hyperv_driver.c | 5 + src/hyperv/hyperv_util.c | 11 +++ src/hyperv/hyperv_util.h | 1 + 3 files changed, 17 insertions(+) Hey, sorry for delayed review. The patch looks good, but could

[PATCH] add the ability to disable transport authentication (like esxi et al)

2021-04-07 Thread simonmartin76
Signed-off-by: Simon Martin --- src/hyperv/hyperv_driver.c | 5 + src/hyperv/hyperv_util.c | 11 +++ src/hyperv/hyperv_util.h | 1 + 3 files changed, 17 insertions(+) diff --git a/src/hyperv/hyperv_driver.c b/src/hyperv/hyperv_driver.c index 17f5be1f0d..67e6e09f2d 100644 ---