runtime: Add support for GPUDirect and GPUDirect RDMA PCIe topology

Fixes: #4491

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2022-05-19 01:34:24 -07:00
parent 95bec479ca
commit de39fb7d38
34 changed files with 696 additions and 420 deletions

View File

@@ -115,6 +115,7 @@ type HypervisorInfo struct {
MemorySlots uint32
PCIeRootPort uint32
ColdPlugVFIO hv.PCIePort
PCIeSwitchPort uint32
HotplugVFIOOnRootBus bool
Debug bool
}