We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761c144 commit c489e2bCopy full SHA for c489e2b
src/vhost_kern/vhost_binding.rs
@@ -27,6 +27,8 @@ pub const VHOST_IOTLB_MISS: raw::c_uchar = 1;
27
pub const VHOST_IOTLB_UPDATE: raw::c_uchar = 2;
28
pub const VHOST_IOTLB_INVALIDATE: raw::c_uchar = 3;
29
pub const VHOST_IOTLB_ACCESS_FAIL: raw::c_uchar = 4;
30
+pub const VHOST_IOTLB_BATCH_BEGIN: raw::c_uchar = 5;
31
+pub const VHOST_IOTLB_BATCH_END: raw::c_uchar = 6;
32
pub const VHOST_IOTLB_MSG: raw::c_int = 1;
33
pub const VHOST_PAGE_SIZE: raw::c_uint = 4096;
34
pub const VHOST_VIRTIO: raw::c_uint = 175;
0 commit comments