diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2019-10-07 15:36:02 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2019-10-07 15:36:02 +0000 |
commit | c973e2cdabb52d462a462e395881f3c28e7854df (patch) | |
tree | 073103d022da533e2aa266eacac09d20d6a6f9f8 /sys/dev/pv/hyperv.c | |
parent | 7c8864ff6bf0b3464eba13019de15561200bc31d (diff) |
Attach Hyper-V guest services to VMBus 4.0
Tested by Andre Stoebe and Remi Locherer.
ok deraadt, tb
Diffstat (limited to 'sys/dev/pv/hyperv.c')
-rw-r--r-- | sys/dev/pv/hyperv.c | 1 |
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 }; |