2019-06-13 22:13:35 +02:00
|
|
|
[package]
|
|
|
|
name = "vfio"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-31 10:49:11 +00:00
|
|
|
arc-swap = ">=0.4.4"
|
2020-02-07 13:44:37 +00:00
|
|
|
byteorder = "1.3.4"
|
2019-07-15 09:50:55 +02:00
|
|
|
devices = { path = "../devices" }
|
2020-02-17 15:28:24 +01:00
|
|
|
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch" }
|
|
|
|
kvm-ioctls = { git = "https://github.com/cloud-hypervisor/kvm-ioctls", branch = "ch" }
|
2020-04-13 23:33:46 +00:00
|
|
|
libc = "0.2.69"
|
2019-08-02 12:02:17 +01:00
|
|
|
log = "0.4.8"
|
2019-07-15 09:50:55 +02:00
|
|
|
pci = { path = "../pci" }
|
|
|
|
vm-allocator = { path = "../vm-allocator" }
|
2019-10-07 10:48:44 -07:00
|
|
|
vm-device = { path = "../vm-device" }
|
2020-03-23 13:54:34 +00:00
|
|
|
vm-memory = { version = "0.2.0", features = ["backend-mmap"] }
|
2019-12-11 13:02:07 +00:00
|
|
|
vmm-sys-util = ">=0.3.1"
|
2019-06-13 22:13:35 +02:00
|
|
|
|
2020-01-24 18:02:15 +01:00
|
|
|
[dependencies.vfio-bindings]
|
|
|
|
git = "https://github.com/rust-vmm/vfio-bindings"
|
|
|
|
features = ["fam-wrappers"]
|