From 5398006734e2ec4fba986ec51a16776cafbdcdb8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 7 Dec 2022 18:51:39 +0100 Subject: [PATCH] fpga: fix creation of VFIO container Signed-off-by: Steffen Vogel --- lib/nodes/fpga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index d6a822e41..027b883f3 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -220,7 +220,7 @@ std::vector FpgaNode::getPollFDs() int FpgaNodeFactory::start(SuperNode *sn) { - vfioContainer = kernel::vfio::Container::create(); + vfioContainer = std::make_shared(); pciDevices = std::make_shared(); // Get the FPGA card plugin