diff --git a/common/include/villas/kernel/vfio_container.hpp b/common/include/villas/kernel/vfio_container.hpp index ae96f453f..2e0ffaf97 100644 --- a/common/include/villas/kernel/vfio_container.hpp +++ b/common/include/villas/kernel/vfio_container.hpp @@ -35,8 +35,7 @@ static constexpr size_t EXTENSION_SIZE = VFIO_NOIOMMU_IOMMU + 1; class Container { public: - Container(std::vector required_modules = {"vfio", "vfio_pci", - "vfio_iommu_type1"}); + Container(std::vector required_modules = {"vfio"}); // No copying allowed because we manage the vfio state in constructor and destructors Container(Container const &) = delete;