1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add to vfio pcie

This commit is contained in:
Pascal Bauer 2024-08-26 13:05:17 +02:00
parent 15075d5f40
commit ec228c4898

View file

@ -166,6 +166,11 @@ PCIeCardFactory::make(json_t *json_card, std::string card_name,
PCIeCard::~PCIeCard() {}
void PCIeCard::connectVFIOtoIps(
std::list<std::shared_ptr<ip::Core>> configuredIps) {
// TODO: implement
}
bool PCIeCard::init() {
logger = getLogger();