Merge pull request #5950 from openanolis/upcall_fea

runtime-rs: add dbs-upcall feature
This commit is contained in:
Bin Liu
2023-01-04 16:20:40 +08:00
committed by GitHub
4 changed files with 30 additions and 1 deletions

View File

@@ -30,6 +30,6 @@ kata-types = { path = "../../../libs/kata-types" }
logging = { path = "../../../libs/logging" }
shim-interface = { path = "../../../libs/shim-interface" }
dragonball = { path = "../../../dragonball", features = ["atomic-guest-memory", "virtio-vsock", "hotplug", "virtio-blk", "virtio-net", "virtio-fs"] }
dragonball = { path = "../../../dragonball", features = ["atomic-guest-memory", "virtio-vsock", "hotplug", "virtio-blk", "virtio-net", "virtio-fs","dbs-upcall"] }
[features]