Skip to content

Commit 8575661

Browse files
committed
WIP: use git version of vhost
Signed-off-by: Matej Hrica <[email protected]>
1 parent 080e4b3 commit 8575661

File tree

2 files changed

+55
-29
lines changed

2 files changed

+55
-29
lines changed

Cargo.lock

Lines changed: 53 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vhost-device-gpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ log = "0.4"
2929
rutabaga_gfx = "0.1.75"
3030
thiserror = "2.0.17"
3131
virglrenderer = { git = "https://gitlab.freedesktop.org/mtjhrc/virglrenderer-rs.git", branch = "map_info", optional = true }
32-
vhost = { version = "0.15.0", features = ["vhost-user-backend"] }
33-
vhost-user-backend = "0.21"
32+
vhost = { git = "https://github.com/mtjhrc/vhost.git", branch = "shmem", features = ["vhost-user-backend"] }
33+
vhost-user-backend = { git = "https://github.com/mtjhrc/vhost.git", branch = "shmem" }
3434
virtio-bindings = "0.2.5"
3535
virtio-queue = "0.17.0"
3636
vm-memory = "0.17.1"

0 commit comments

Comments
 (0)