diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 09:29:44 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 09:29:44 +0100 |
| commit | 8fecec2eb071e9ae0a62e9e3d34ac41eb4cc8ab2 (patch) | |
| tree | f9212fe4acfd2f67cd26b2c41b4f5a1809cd2a3d /sys/linux/socket_vnet_386.const | |
| parent | bfdfc2603c187447d32ecbc8b5a378df53af5734 (diff) | |
sys/linux: another batch of warning fixes
The only remaining part now is dev_video4linux.txt
Update #590
Diffstat (limited to 'sys/linux/socket_vnet_386.const')
| -rw-r--r-- | sys/linux/socket_vnet_386.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/socket_vnet_386.const b/sys/linux/socket_vnet_386.const index 8ef6d24d9..9a1f5ddba 100644 --- a/sys/linux/socket_vnet_386.const +++ b/sys/linux/socket_vnet_386.const @@ -18,8 +18,11 @@ VHOST_IOTLB_ACCESS_FAIL = 4 VHOST_IOTLB_INVALIDATE = 3 VHOST_IOTLB_MISS = 1 VHOST_IOTLB_MSG = 1 +VHOST_IOTLB_MSG_V2 = 2 VHOST_IOTLB_UPDATE = 2 VHOST_LOG_ALL = 67108864 +VHOST_MSG_SIZE = 68 +VHOST_MSG_V2_SIZE = 72 VHOST_NET_SET_BACKEND = 1074310960 VHOST_NET_VIRTIO_NET_HDR = 134217728 VHOST_RESET_OWNER = 44802 |
