integrate virtio-queue
The virtio-queue interface is updated to take into consideration error cases and to export a single Queue. Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
parent
a94e14e81a
commit
8cfe7cec2c
5 changed files with 79 additions and 51 deletions
|
|
@ -12,7 +12,7 @@ libc = ">=0.2.39"
|
|||
log = ">=0.4.6"
|
||||
vhost = { version = "0.4", features = ["vhost-user-slave"] }
|
||||
virtio-bindings = "0.1"
|
||||
virtio-queue = "0.4"
|
||||
virtio-queue = "0.5.0"
|
||||
vm-memory = {version = ">=0.7", features = ["backend-mmap", "backend-atomic"]}
|
||||
vmm-sys-util = "0.10"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue