代码拉取完成,页面将自动刷新
同步操作将从 openEuler/stratovirt 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。