From: John Wolfe Date: Tue, 21 Dec 2021 20:48:50 +0000 (-0800) Subject: Clean up of guest OS tables. X-Git-Tag: stable-12.0.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8296854e348014441368af01edc41c728b80de86;p=thirdparty%2Fopen-vm-tools.git Clean up of guest OS tables. Use official defines for Arm and guestOS strings. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index acf7485c5..6bf0e3824 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -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"