Merge pull request #8740 from openanolis/upstream/pci-6-final

Dragonball: add pci vfio passthrough, hot(un)plug support
This commit is contained in:
Chao Wu
2023-12-29 01:58:32 +08:00
committed by GitHub
25 changed files with 1975 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ 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", "vhost-net", "dbs-upcall","virtio-mem", "virtio-balloon", "vhost-user-net"] }
dragonball = { path = "../../../dragonball", features = ["atomic-guest-memory", "virtio-vsock", "hotplug", "virtio-blk", "virtio-net", "virtio-fs", "vhost-net", "dbs-upcall", "virtio-mem", "virtio-balloon", "vhost-user-net", "host-device"] }
ch-config = { path = "ch-config", optional = true }
tests_utils = { path = "../../tests/utils" }