mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-09 21:30:07 +00:00
d10f20eb71
Update the vhost-user-backend crate version used along with related crates (vhost and virtio-queue.) This requires minor changes to the types used for the memory in the backends with the use of the BitmapMmapRegion type for the Bitmap implementation. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
14 lines
287 B
TOML
14 lines
287 B
TOML
[package]
|
|
name = "vm-virtio"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
log = "0.4.21"
|
|
virtio-queue = "0.12.0"
|
|
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
|