diff --git a/src/runtime/virtcontainers/physical_endpoint.go b/src/runtime/virtcontainers/physical_endpoint.go index b71e512d7b..615e256be5 100644 --- a/src/runtime/virtcontainers/physical_endpoint.go +++ b/src/runtime/virtcontainers/physical_endpoint.go @@ -100,6 +100,7 @@ func (endpoint *PhysicalEndpoint) Attach(ctx context.Context, s *Sandbox) error Major: c.Major, Minor: c.Minor, ColdPlug: true, + Port: s.config.HypervisorConfig.ColdPlugVFIO, } _, err = s.AddDevice(ctx, d)