vhost-device/vhost-device-console/src
Wenyu Huang 91a625603f chore: bump virtio-queue and some related dependencies
virtio-queue v0.15 introduces a new Descriptor API supporting both
split and packed virtqueue.
Update our dependencies and code to work with the new version
of the crate, including updating vhost-user-backend and virtio-vsock.

Updates `vhost-user-backend` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-user-backend-v0.18.0...vhost-user-backend-v0.19.0)

Updates `virtio-queue` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-queue-v0.14.0...virtio-queue-v0.15.0)

Updates `virtio-vsock` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-vsock-v0.8.0...virtio-vsock-v0.9.0)

Signed-off-by: Wenyu Huang <huangwenyuu@outlook.com>
2025-06-23 21:36:11 +02:00
..
backend.rs vhost-device-console: Being able to specify max queue size 2025-02-14 12:51:22 +02:00
console.rs console: add crate-level clippy lints 2024-11-14 13:00:05 +02:00
main.rs vhost-device-console: Being able to specify max queue size 2025-02-14 12:51:22 +02:00
vhu_console.rs chore: bump virtio-queue and some related dependencies 2025-06-23 21:36:11 +02:00
virtio_console.rs console: add crate-level clippy lints 2024-11-14 13:00:05 +02:00