1 Star 0 Fork 260

doublebubble626/stratovirt

forked from openEuler/stratovirt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
ganqx 提交于 2023-01-12 10:20 . tests: Add module test framework
[package]
name = "StratoVirt"
version = "2.2.0"
authors = ["Huawei StratoVirt Team"]
edition = "2021"
description = "a lightweight hypervisor with low memory overhead and fast booting speed"
license = "Mulan PSL v2"
[dependencies]
thiserror = "1.0"
anyhow = "1.0"
capng = "0.2.2"
error-chain = "0.12.4"
kvm-ioctls = "0.12.0"
libc = "0.2"
log = "0.4"
vmm-sys-util = "0.11.0"
hypervisor = { path = "hypervisor" }
machine = { path = "machine" }
machine_manager = { path = "machine_manager" }
migration = { path = "migration" }
util = { path = "util" }
virtio = { path = "virtio" }
vhost_user_fs = { path = "vhost_user_fs" }
vfio = { path = "vfio" }
[target.'cfg(not(target_env = "musl"))'.dependencies]
vnc = { path = "vnc" }
[workspace]
members = [
"address_space",
"boot_loader",
"cpu",
"devices",
"hypervisor",
"machine",
"machine_manager",
"migration",
"migration_derive",
"pci",
"sysbus",
"util",
"acpi",
"virtio",
"vhost_user_fs",
"ozone",
"vfio",
"tests/mod_test",
]
[[bin]]
name = "stratovirt"
path = "src/main.rs"
[[bin]]
name = "ozone"
path = "ozone/src/main.rs"
[[bin]]
name = "vhost_user_fs"
path = "vhost_user_fs/src/main.rs"
[features]
default = []
boot_time = ["machine/boot_time"]
[package.metadata.rpm.cargo]
buildflags = ["--release"]
[package.metadata.rpm.targets]
stratovirt = { path = "/usr/bin/stratovirt" }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
lto = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doublebubble626/stratovirt.git
git@gitee.com:doublebubble626/stratovirt.git
doublebubble626
stratovirt
stratovirt
master

搜索帮助