diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-12-11 17:23:45 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-12-18 16:27:37 +0000 |
commit | d1894970dbb727805acffd9320e3755fab289fe1 (patch) | |
tree | 26bc88c7e09b04475252f47a05bce46d33c64a6b /src/include/ipxe/hyperv.h | |
parent | d77a546fb4c69546a81440bdeb0553b8db1d3de8 (diff) | |
download | ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.gz |
[hyperv] Add support for VMBus devices
Add support for an abstraction of a VMBus device.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/hyperv.h')
-rw-r--r-- | src/include/ipxe/hyperv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/hyperv.h b/src/include/ipxe/hyperv.h index 10be1ca8d..4605b57e2 100644 --- a/src/include/ipxe/hyperv.h +++ b/src/include/ipxe/hyperv.h @@ -197,6 +197,8 @@ struct hv_hypervisor { struct hv_synic synic; /** Message buffer */ union hv_message_buffer *message; + /** Virtual machine bus */ + struct vmbus *vmbus; }; #include <bits/hyperv.h> |