mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-14 16:45:27 +00:00
vhost_rs: Add INFLIGHT_SHMFD protocol feature
Add to the vhost_rs crate the INFLIGHT_SHMFD protocol feature that was missing from the list. The feature has been recently introduced in vhost-user specification, which is the reason why it was missing. Signed-off-by: Yang Zhong <yang.zhong@intel.com>
This commit is contained in:
parent
927148dd3c
commit
b232de9963
@ -346,6 +346,8 @@ bitflags! {
|
|||||||
const SLAVE_SEND_FD = 0x0000_0400;
|
const SLAVE_SEND_FD = 0x0000_0400;
|
||||||
/// Allow the slave to register a host notifier.
|
/// Allow the slave to register a host notifier.
|
||||||
const HOST_NOTIFIER = 0x0000_0800;
|
const HOST_NOTIFIER = 0x0000_0800;
|
||||||
|
/// Support inflight shmfd.
|
||||||
|
const INFLIGHT_SHMFD = 0x0000_1000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user