Skip to content

Instantly share code, notes, and snippets.

@varette
varette / parallels-15-guest-tools-patch-for-linux-5-6.patch
Last active July 27, 2021 20:50
Add linux 5.6 support to Parallels Desktop 15 Guest Tools. Based on a discussion here: https://gist.github.com/mag911/1a5583a766467d6023584d738cee0d98
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 ++--