]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
GuestOS: Support Fedora and Debian 10 for ARM
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
Since we support Fedora, support ARM Fedora - 64 bit only.

Remove VCPUHOTADD from ARM guests. There is no support for this.

open-vm-tools/lib/include/guest_os.h

index 6595e074e531243b74ad74265ab6d8e15dcc5863..a675a85d31a483b6eb622d5e3fc74bc1410d655a 100644 (file)
@@ -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"