Merge pull request #2795 from dgibson/vfio-as-vfio

Allow VFIO devices to be used as VFIO devices in the container
This commit is contained in:
David Gibson
2021-10-25 14:25:26 +11:00
committed by GitHub
14 changed files with 591 additions and 97 deletions

View File

@@ -134,6 +134,8 @@ type SandboxConfig struct {
ShmSize uint64
VfioMode config.VFIOModeType
// SharePidNs sets all containers to share the same sandbox level pid namespace.
SharePidNs bool