chore: update the vmm-sys-util version

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>
This commit is contained in:
Wenyu Huang 2025-07-09 16:20:44 +00:00 committed by Stefano Garzarella
parent 580f19f16b
commit e869735f3f
2 changed files with 21 additions and 8 deletions

View file

@ -10,4 +10,4 @@ members = [
virtio-bindings = "0.2.6"
virtio-queue = "0.16.0"
vm-memory = "0.16.2"
vmm-sys-util = "0.14.0"
vmm-sys-util = "0.15.0"