WIP: use git version of vhost
Signed-off-by: Matej Hrica <mhrica@redhat.com> (cherry picked from commit 18d27383113ac52cc9b7eeede244c0d7da3d2c15)
This commit is contained in:
parent
1cf5cac29c
commit
1a9f40f555
2 changed files with 55 additions and 29 deletions
|
|
@ -29,8 +29,8 @@ log = "0.4"
|
|||
rutabaga_gfx = "0.1.75"
|
||||
thiserror = "2.0.18"
|
||||
virglrenderer = { git = "https://gitlab.freedesktop.org/mtjhrc/virglrenderer-rs.git", branch = "map_info", optional = true }
|
||||
vhost = { version = "0.15.0", features = ["vhost-user-backend"] }
|
||||
vhost-user-backend = "0.21"
|
||||
vhost = { git = "https://github.com/mtjhrc/vhost.git", branch = "shmem", features = ["vhost-user-backend"] }
|
||||
vhost-user-backend = { git = "https://github.com/mtjhrc/vhost.git", branch = "shmem" }
|
||||
virtio-bindings = "0.2.5"
|
||||
virtio-queue = "0.17.0"
|
||||
vm-memory = "0.17.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue