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:
parent
15075d5f40
commit
ec228c4898
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue