1 Star 0 Fork 237

闹钟你别闹 / stratovirt

forked from openEuler / stratovirt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
ganqx 提交于 2023-10-16 23:02 . Trace: Introduce trace infrastructure
[package]
name = "stratovirt"
version = "2.3.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"
log = "0.4"
machine = { path = "machine" }
machine_manager = { path = "machine_manager" }
util = { path = "util" }
trace = { path = "trace" }
[workspace]
members = [
"ozone",
"image",
"tests/mod_test",
]
[features]
default = []
boot_time = ["machine/boot_time"]
scream_alsa = ["machine/scream_alsa"]
scream_pulseaudio = ["machine/scream_pulseaudio"]
pvpanic = ["machine/pvpanic"]
demo_device = ["machine/demo_device"]
usb_host = ["machine/usb_host"]
usb_camera_v4l2 = ["machine/usb_camera_v4l2"]
gtk = ["machine/gtk"]
vnc = ["machine/vnc"]
ramfb = ["machine/ramfb"]
virtio_gpu = ["machine/virtio_gpu"]
trace_to_logger = ["trace/trace_to_logger"]
trace_to_ftrace = ["trace/trace_to_ftrace"]
[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
1
https://gitee.com/anti-entropy123/stratovirt.git
git@gitee.com:anti-entropy123/stratovirt.git
anti-entropy123
stratovirt
stratovirt
master

搜索帮助