Update to v0.15.0 which supports sock_ctrl_msg on POSIX and adds a cross platform event notification that uses EventFd when available or pipe(). Because sock_ctrl_msg modifies the recv_with_fds, we need to modify the test in vhost/src/vhost-user/connection.rs at the same time Signed-off-by: Wenyu Huang <huangwenyuu@outlook.com>
13 lines
202 B
TOML
13 lines
202 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"vhost",
|
|
"vhost-user-backend",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
virtio-bindings = "0.2.6"
|
|
virtio-queue = "0.16.0"
|
|
vm-memory = "0.16.2"
|
|
vmm-sys-util = "0.15.0"
|