diff options
| author | Michael Brown | 2014-12-11 18:23:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2014-12-18 17:27:37 +0100 |
| commit | d1894970dbb727805acffd9320e3755fab289fe1 (patch) | |
| tree | 26bc88c7e09b04475252f47a05bce46d33c64a6b /src/include/ipxe/hyperv.h | |
| parent | [hyperv] Add support for Hyper-V hypervisor (diff) | |
| download | ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.gz ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.xz ipxe-d1894970dbb727805acffd9320e3755fab289fe1.zip | |
[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> |
