]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Clean up of guest OS tables.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Dec 2021 20:48:50 +0000 (12:48 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Dec 2021 20:48:50 +0000 (12:48 -0800)
Use official defines for Arm and guestOS strings.

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

index acf7485c5b3585f6bd0f74f071b2733266467ee1..6bf0e38247fac5df87a3a6a4ce20318b4f75bef6 100644 (file)
@@ -282,7 +282,12 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
                               BS(FREEBSD13_ARM_64),     BS(FREEBSD14_ARM_64),    \
                               BS(ALMA_LINUX_ARM_64),    BS(ROCKY_LINUX_ARM_64)
 
+/*
+ * Architecture prefixes. No prefix implies the X86 architecture.
+ */
+
 #define STR_OS_ARM_PREFIX          "arm-"
+#define STR_OS_RISCV_PREFIX        "riscv-"
 
 /* vmkernel (ESX) */
 #define STR_OS_VMKERNEL            "vmkernel"