mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
update comment
This commit is contained in:
parent
639cff5a73
commit
0fc165ec4d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void PlatformCard::connectVFIOtoIps(
|
|||
// Add as member
|
||||
this->vfio_devices.push_back(vfio_device);
|
||||
|
||||
// Map vfio device to process
|
||||
// Map vfio device memory to process
|
||||
const void *mapping = vfio_device->regionMap(0);
|
||||
if (mapping == MAP_FAILED) {
|
||||
logger->error("Failed to mmap() device");
|
||||
|
|
Loading…
Add table
Reference in a new issue