mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
PCIeCard: load correct kernel module
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
eeeb9b1d7b
commit
97fccd604d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ PCIeCardFactory::make(json_t *json_card, std::string card_name,
|
|||
auto logger = getStaticLogger();
|
||||
|
||||
// make sure the vfio container has the required modules
|
||||
kernel::loadModule("vfio_pcie");
|
||||
kernel::loadModule("vfio_pci");
|
||||
kernel::loadModule("vfio_iommu_type1");
|
||||
|
||||
json_t *json_ips = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue