mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
arch: Enable build with kvm
feature
Currently `arch` crate cannot be built, by specifying `hypervisor/kvm` to turn on the features required for its dependency - `hypervisor` crate to build. Thus enabling `arch` crate to be built with command: ```sh cargo build -p arch --features kvm ``` Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
ac97690848
commit
79ccb25f78
@ -6,7 +6,7 @@ version = "0.1.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
kvm = []
|
||||
kvm = ["hypervisor/kvm"]
|
||||
sev_snp = []
|
||||
tdx = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user