mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
minimize container requirements
Signed-off-by: IgnoreWarnings <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
2bc2eaed28
commit
4d062d7098
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ static constexpr size_t EXTENSION_SIZE = VFIO_NOIOMMU_IOMMU + 1;
|
|||
|
||||
class Container {
|
||||
public:
|
||||
Container(std::vector<std::string> required_modules = {"vfio", "vfio_pci",
|
||||
"vfio_iommu_type1"});
|
||||
Container(std::vector<std::string> required_modules = {"vfio"});
|
||||
|
||||
// No copying allowed because we manage the vfio state in constructor and destructors
|
||||
Container(Container const &) = delete;
|
||||
|
|
Loading…
Add table
Reference in a new issue