mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Refactor: Move pci to devices/pci_device
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
40440f2466
commit
91b541943e
8 changed files with 7 additions and 7 deletions
|
@ -35,5 +35,5 @@ fpga @n-eiling
|
|||
# VFIO related files
|
||||
/common/lib/kernel/pci.cpp @n-eiling
|
||||
/common/lib/kernel/vfi_*.cpp @n-eiling
|
||||
/common/include/villas/kernel/pci.hpp @n-eiling
|
||||
/common/include/villas/kernel/devices/pci_device.hpp @n-eiling
|
||||
/common/include/villas/kernel/vfio_*.hpp @n-eiling
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <linux/vfio.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <villas/kernel/pci.hpp>
|
||||
#include <villas/kernel/devices/pci_device.hpp>
|
||||
#include <villas/log.hpp>
|
||||
|
||||
namespace villas {
|
||||
|
|
|
@ -39,7 +39,7 @@ endif()
|
|||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
|
||||
target_sources(villas-common PRIVATE
|
||||
kernel/pci.cpp
|
||||
kernel/devices/pci_device.cpp
|
||||
kernel/vfio_device.cpp
|
||||
kernel/vfio_group.cpp
|
||||
kernel/vfio_container.cpp
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <villas/config.hpp>
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/kernel/pci.hpp>
|
||||
#include <villas/kernel/devices/pci_device.hpp>
|
||||
#include <villas/utils.hpp>
|
||||
|
||||
using namespace villas::kernel::pci;
|
|
@ -13,7 +13,7 @@
|
|||
#include <memory>
|
||||
|
||||
#include <villas/gpu.hpp>
|
||||
#include <villas/kernel/pci.hpp>
|
||||
#include <villas/kernel/devices/pci_device.hpp>
|
||||
#include <villas/log.hpp>
|
||||
#include <villas/memory_manager.hpp>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <villas/memory.hpp>
|
||||
#include <villas/plugin.hpp>
|
||||
|
||||
#include <villas/kernel/pci.hpp>
|
||||
#include <villas/kernel/devices/pci_device.hpp>
|
||||
#include <villas/kernel/vfio_container.hpp>
|
||||
|
||||
#include <villas/fpga/card.hpp>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <villas/fpga/node.hpp>
|
||||
#include <villas/fpga/pcie_card.hpp>
|
||||
#include <villas/kernel/kernel.hpp>
|
||||
#include <villas/kernel/pci.hpp>
|
||||
#include <villas/kernel/devices/pci_device.hpp>
|
||||
#include <villas/kernel/vfio_container.hpp>
|
||||
#include <villas/memory.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue