]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common header files not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Mon, 24 Apr 2023 19:30:14 +0000 (12:30 -0700)
committerKaty Feng <fkaty@vmware.com>
Mon, 24 Apr 2023 19:30:14 +0000 (12:30 -0700)
open-vm-tools/lib/include/guest_os.h
open-vm-tools/lib/include/guest_os_tables.h

index 979f8162407a98b2c9b88588c9f9f1e7e1e51fbf..a925ec96130bf20d6ce90a6100b7d067cf322c38 100644 (file)
@@ -225,7 +225,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
                               BS(DEBIAN_ARM_64),   BS(UBUNTU_ARM_64),       \
                               BS(RHEL9_64),        BS(RHEL9_ARM_64),        \
                               BS(ROCKY_LINUX_64),  BS(ROCKY_LINUX_ARM_64),  \
-                              BS(ALMA_LINUX_64),   BS(ALMA_LINUX_ARM_64)
+                              BS(ALMA_LINUX_64),   BS(ALMA_LINUX_ARM_64),   \
+                              BS(CRXSYS1_ARM_64),  BS(CRXPOD1_ARM_64)
 
 #define ALL6XLINUX32          BS(OTHER6XLINUX)
 
@@ -271,7 +272,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 
 #define ALLOS2                BS(OS2), ALLECOMSTATION
 
-#define ALLCRX                BS(CRXSYS1_64), BS(CRXPOD1_64)
+#define ALLCRX                BS(CRXSYS1_64),     BS(CRXPOD1_64),   \
+                              BS(CRXSYS1_ARM_64), BS(CRXPOD1_ARM_64)
 
 #define ALLARM                BS(WIN_10_ARM_64),        BS(WIN_11_ARM_64),       \
                               BS(WIN_12_ARM_64),        BS(RHEL9_ARM_64),        \
@@ -280,7 +282,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
                               BS(OTHER_ARM_64),         BS(OTHER5XLINUX_ARM_64), \
                               BS(OTHER6XLINUX_ARM_64),  BS(DEBIAN_ARM_64),       \
                               BS(FREEBSD13_ARM_64),     BS(FREEBSD14_ARM_64),    \
-                              BS(ALMA_LINUX_ARM_64),    BS(ROCKY_LINUX_ARM_64)
+                              BS(ALMA_LINUX_ARM_64),    BS(ROCKY_LINUX_ARM_64),  \
+                              BS(CRXSYS1_ARM_64),       BS(CRXPOD1_ARM_64)
 
 /*
  * Architecture prefixes. No prefix implies the X86 architecture.
index 7ab940ca982b4b401d25d4e7cd2caf2cfa65b97e..5d61ef8485e8de4c9454afa8a88c61ccaedc4cb3 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2022 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2023 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -168,7 +168,9 @@ extern "C" {
    GOT(GUEST_OS_AMAZONLINUX2_64)                                           \
    GOT(GUEST_OS_AMAZONLINUX3_64)                                           \
    GOT(GUEST_OS_CRXSYS1_64)        /* VMware CRX system VM 1.0 64-bit */   \
+   GOT(GUEST_OS_CRXSYS1_ARM_64)    /* VMware CRX system VM 1.0 Arm 64-bit */ \
    GOT(GUEST_OS_CRXPOD1_64)        /* VMware CRX pod VM 1.0 64-bit */      \
+   GOT(GUEST_OS_CRXPOD1_ARM_64)    /* VMware CRX pod VM 1.0 Arm 64-bit */  \
    GOT(GUEST_OS_LINUX_MINT_64)                                             \
    GOT(GUEST_OS_ROCKY_LINUX_64)                                            \
    GOT(GUEST_OS_ROCKY_LINUX_ARM_64)                                        \