![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Virtio console control message. More...
#include <virtio-console>
Collaboration diagram for L4virtio::Svr::Console::Control_message:Public Types | |
| enum | Events { Device_ready = 0 , Device_add = 1 , Device_remove = 2 , Port_ready = 3 , Console_port = 4 , Resize = 5 , Port_open = 6 , Port_name = 7 } |
| Possible control events. More... | |
Data Fields | |
| l4_uint32_t | id |
| Port number. | |
| l4_uint16_t | event |
Control event, see Events. | |
| l4_uint16_t | value |
| Extra information. | |
Virtio console control message.
Definition at line 31 of file virtio-console.
Possible control events.
Definition at line 34 of file virtio-console.