Skip to content

Commit f3a7def

Browse files
committed
vm-device: add vm-device crate to repo
Bring in the vm-device crate from CloudHypervisor. We will be using it for adding PCIe support. Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 995a853 commit f3a7def

File tree

7 files changed

+684
-3
lines changed

7 files changed

+684
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vm-device/Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
authors = ["The Cloud Hypervisor Authors"]
3+
edition = "2021"
4+
name = "vm-device"
5+
version = "0.1.0"
6+
license = "Apache-2.0 AND BSD-3-Clause"
7+
8+
[features]
9+
default = []
10+
11+
[dependencies]
12+
serde = { version = "1.0.208", features = ["derive", "rc"] }
13+
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }

0 commit comments

Comments
 (0)