summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2019-10-07 15:36:01 +0000
committermikeb <mikeb@openbsd.org>2019-10-07 15:36:01 +0000
commit3b758f9b7e8425365ad1641854f566998a848c7a (patch)
tree09b73ad0a09d4c5b045dd9f8de536345034fba3f
parentupdate pkg name (diff)
downloadwireguard-openbsd-3b758f9b7e8425365ad1641854f566998a848c7a.tar.xz
wireguard-openbsd-3b758f9b7e8425365ad1641854f566998a848c7a.zip
Attach Hyper-V guest services to VMBus 4.0
Tested by Andre Stoebe and Remi Locherer. ok deraadt, tb
-rw-r--r--sys/dev/pv/hyperv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pv/hyperv.c b/sys/dev/pv/hyperv.c
index a75276335d6..3ab2ae22831 100644
--- a/sys/dev/pv/hyperv.c
+++ b/sys/dev/pv/hyperv.c
@@ -805,6 +805,7 @@ int
hv_vmbus_connect(struct hv_softc *sc)
{
const uint32_t versions[] = {
+ VMBUS_VERSION_WIN10,
VMBUS_VERSION_WIN8_1, VMBUS_VERSION_WIN8,
VMBUS_VERSION_WIN7, VMBUS_VERSION_WS2008
};