iPXE
|
VMBus "initiate contact" message. More...
#include <vmbus.h>
Data Fields | |
struct vmbus_message_header | header |
Message header. More... | |
union vmbus_version | version |
Requested version. More... | |
uint32_t | vcpu |
Target virtual CPU. More... | |
uint64_t | intr |
Interrupt page base address. More... | |
uint64_t | monitor_in |
Parent to child monitor page base address. More... | |
uint64_t | monitor_out |
Child to parent monitor page base address. More... | |
struct vmbus_message_header vmbus_initiate_contact::header |
union vmbus_version vmbus_initiate_contact::version |
uint64_t vmbus_initiate_contact::intr |
Interrupt page base address.
Definition at line 220 of file vmbus.h.
Referenced by vmbus_initiate_contact().
uint64_t vmbus_initiate_contact::monitor_in |
Parent to child monitor page base address.
Definition at line 222 of file vmbus.h.
Referenced by vmbus_initiate_contact().
uint64_t vmbus_initiate_contact::monitor_out |
Child to parent monitor page base address.
Definition at line 224 of file vmbus.h.
Referenced by vmbus_initiate_contact().