This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For ubuntu 20.04 / linux 5.6 support, apply this patch to the root of the | |
prl_mod.tar.gz archive found in the ISO of the Parallels Desktop 15 Guest | |
Tools. This is a hack that contains a small memory leak. I have little | |
experience hacking on the linux kernel, use at your own risk. | |
--- | |
.../Guest/Linux/prl_fs/prlfs_compat.h | 17 ++++++++++++++++- | |
.../Linux/prl_freeze/prlfs_freeze_compat.h | 16 +++++++++++++++- | |
prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c | 16 +++++++++++++++- | |
prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c | 4 ++-- |