1 Star 0 Fork 266

hityc2019/stratovirt

forked from compliance-bot/stratovirt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
XuFei 提交于 2021-04-23 11:22 +08:00 . stratovirt: update the release version to 0.3.0
[package]
name = "StratoVirt"
version = "0.3.0"
authors = ["Huawei StratoVirt Team"]
edition = "2018"
description = "a lightweight hypervisor with low memory overhead and fast booting speed"
license = "Mulan PSL v2"
[dependencies]
error-chain = "0.12.4"
kvm-ioctls = "0.6.0"
libc = "0.2.71"
log = "0.4.8"
vmm-sys-util = "0.7.0"
machine_manager = { path = "machine_manager" }
micro_vm = { path = "micro_vm" }
util = { path = "util" }
virtio = { path = "virtio" }
[workspace]
members = [
"address_space",
"boot_loader",
"cpu",
"devices",
"machine_manager",
"micro_vm",
"sysbus",
"util",
"virtio",
]
[[bin]]
name = "stratovirt"
path = "src/main.rs"
[features]
default = []
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hityc2019/stratovirt.git
git@gitee.com:hityc2019/stratovirt.git
hityc2019
stratovirt
stratovirt
master

搜索帮助