vm-ch 2.0.2

cloud-hypervisor backend for Hanzo VM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vm-ch"
version = "2.0.2"
edition = "2021"
description = "cloud-hypervisor backend for Hanzo VM"
license = "Apache-2.0"
repository = "https://github.com/hanzoai/vm"

[dependencies]
libc = "0.2"
crossbeam-channel = "0.5"
serde_json = "1"
vhost = { version = "0.17", features = ["vhost-user-backend"] }
vhost-user-backend = "0.23"
virtio-bindings = "0.2"
virtio-queue = "0.18"
vm-memory = { version = "0.18", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.15"