|
iPXE
|
A received message. More...
#include <hyperv.h>
Data Fields | |
| uint32_t | type |
| Type. | |
| uint8_t | len |
| Length of message. | |
| uint8_t | flags |
| Flags. | |
| uint16_t | reserved |
| Padding. | |
| uint64_t | origin |
| Origin. | |
| uint8_t | data [240] |
| Message. | |
A received message.
This is the HV_MESSAGE structure from the Hypervisor Top-Level Functional Specification. The field order given in the documentation is incorrect.
| uint32_t hv_message::type |
| uint8_t hv_message::data[240] |