mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm, virtio-devices: Extend mshv feature
There are some seccomp rules needed for MSHV in virtio-devices but not for KVM. We only want to add those rules based on MSHV feature guard. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
@@ -7,6 +7,7 @@ edition = "2018"
|
||||
[features]
|
||||
default = []
|
||||
io_uring = ["block_util/io_uring"]
|
||||
mshv = []
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user