El 17/8/20 a les 1:51, Damien Zammit ha escrit: > It's probably due to this patch:
It's surely for that > Perhaps a better way to fix the mapping problem I encountered > is by removing the check for previous mappings when trying to map regions, I could check the pointer before reading from it at func_files.c, and if it happens to be null, then call the libpciaccess mapping function from there, i.e. mapping the memory in the first access instead of doing it during the startup. So there's no need to make any changes in your patch, do you think that'd work?