diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-01 06:17:40 -0500 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 05:06:32 -0500 |
| commit | 1f0f9106f92c7d49ec92baa6ac757aa8b0590eff (patch) | |
| tree | b79ea77ccee79d3495f48081a6e78694b4120246 /include/uapi/linux/virtio_console.h | |
| parent | dc9e51534b70e5c4a99235e940dc6f0f466fe175 (diff) | |
virtio_console: virtio 1.0 support
Pretty straight-forward, just use accessors for all fields.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/uapi/linux/virtio_console.h')
| -rw-r--r-- | include/uapi/linux/virtio_console.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/uapi/linux/virtio_console.h b/include/uapi/linux/virtio_console.h index ba260dd0b33a..b7fb108c9310 100644 --- a/include/uapi/linux/virtio_console.h +++ b/include/uapi/linux/virtio_console.h | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #ifndef _UAPI_LINUX_VIRTIO_CONSOLE_H | 32 | #ifndef _UAPI_LINUX_VIRTIO_CONSOLE_H |
| 33 | #define _UAPI_LINUX_VIRTIO_CONSOLE_H | 33 | #define _UAPI_LINUX_VIRTIO_CONSOLE_H |
| 34 | #include <linux/types.h> | 34 | #include <linux/types.h> |
| 35 | #include <linux/virtio_types.h> | ||
| 35 | #include <linux/virtio_ids.h> | 36 | #include <linux/virtio_ids.h> |
| 36 | #include <linux/virtio_config.h> | 37 | #include <linux/virtio_config.h> |
| 37 | 38 | ||
| @@ -58,9 +59,9 @@ struct virtio_console_config { | |||
| 58 | * particular port. | 59 | * particular port. |
| 59 | */ | 60 | */ |
| 60 | struct virtio_console_control { | 61 | struct virtio_console_control { |
| 61 | __u32 id; /* Port number */ | 62 | __virtio32 id; /* Port number */ |
| 62 | __u16 event; /* The kind of control event (see below) */ | 63 | __virtio16 event; /* The kind of control event (see below) */ |
| 63 | __u16 value; /* Extra information for the key */ | 64 | __virtio16 value; /* Extra information for the key */ |
| 64 | }; | 65 | }; |
| 65 | 66 | ||
| 66 | /* Some events for control messages */ | 67 | /* Some events for control messages */ |
