From: John Wolfe Date: Tue, 27 Jul 2021 17:37:24 +0000 (-0700) Subject: GuestOS: Support Fedora and Debian 10 for ARM X-Git-Tag: stable-12.0.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b873cda6c5bf0228b0442d1c3be402feafadf8c1;p=thirdparty%2Fopen-vm-tools.git GuestOS: Support Fedora and Debian 10 for ARM Since we support Fedora, support ARM Fedora - 64 bit only. Remove VCPUHOTADD from ARM guests. There is no support for this. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 6595e074e..a675a85d3 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -294,6 +294,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define STR_OS_DEBIAN "debian" #define STR_OS_ARM_DEBIAN "arm-debian" #define STR_OS_FEDORA "Fedora" +#define STR_OS_ARM_FEDORA "arm-Fedora" #define STR_OS_FLATCAR "flatcar" #define STR_OS_GENTOO "Gentoo" #define STR_OS_IMMUNIX "Immunix"