The physaddr_t class is not thread-safe and was previously used racily in the drmemtrace code. We fix that by creating a separate instance per thread. A test with multiple threads is added.
Issue: #4014
The physaddr_t class is not thread-safe and was previously used racily in the drmemtrace code. We fix that by creating a separate instance per thread. A test with multiple threads is added.
Issue: #4014