1
0
Fork 0
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:
Pascal Bauer 2024-09-06 12:55:52 +02:00
parent 639cff5a73
commit 0fc165ec4d

View file

@ -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");