gpu: Add config to TOML

Update cold-plug and hot-plug setting to include bridge, root and
switch-port

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2023-05-08 08:04:43 +00:00
parent da42801c38
commit 55a66eb7fb
20 changed files with 199 additions and 183 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
#
# Copyright (c) 2018 Intel Corporation
#
@@ -14,8 +14,6 @@
# been specified.
#---------------------------------------------------------------------
set -x
script_name=${0##*/}
arch="${3:-$(uname -m)}"