]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Mon, 27 May 2024 06:55:32 +0000 (23:55 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 27 May 2024 06:55:32 +0000 (23:55 -0700)
open-vm-tools/lib/include/guest_os.h
open-vm-tools/lib/include/guest_os_tables.h

index 29aebbbd73d42920e62419a3041a09db7bd6100f..56317c8461e2fb74066af5a0cdf756c4a851d4b1 100644 (file)
@@ -244,7 +244,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 #define ALLVMKERNEL           BS(VMKERNEL),   BS(VMKERNEL5),      \
                               BS(VMKERNEL6),  BS(VMKERNEL65),     \
                               BS(VMKERNEL7),  BS(VMKERNEL7_ARM),  \
-                              BS(VMKERNEL8),  BS(VMKERNEL8_ARM)
+                              BS(VMKERNEL8),  BS(VMKERNEL8_ARM),  \
+                              BS(VMKERNEL9),  BS(VMKERNEL9_ARM)
 
 #define ALLLINUX32            BS(VMKERNEL),      BS(OTHERLINUX), \
                               BS(OTHER24XLINUX), ALL26XLINUX32,  \
@@ -291,6 +292,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
                               BS(WIN_12_ARM_64),                                 \
                               BS(UBUNTU_ARM_64),        BS(PHOTON_ARM_64),       \
                               BS(VMKERNEL7_ARM),        BS(VMKERNEL8_ARM),       \
+                              BS(VMKERNEL9_ARM),                                 \
                               BS(OTHER_ARM_64),         BS(DEBIAN_ARM_64),       \
                               BS(OTHER5XLINUX_ARM_64),  BS(OTHER6XLINUX_ARM_64), \
                               BS(OTHER7XLINUX_ARM_64),                           \
index ed247f0687b57841921c84049c653d436d9269cf..1f46e2f17c07245b9cdb131176e2bb43da5e6c3a 100644 (file)
@@ -156,8 +156,10 @@ extern "C" {
    GOT(GUEST_OS_VMKERNEL65)          /* ESX 6.5 and 6.7 64-bit */          \
    GOT(GUEST_OS_VMKERNEL7)           /* ESX 7 64-bit */                    \
    GOT(GUEST_OS_VMKERNEL7_ARM)       /* ESX 7 Arm 64-bit */                \
-   GOT(GUEST_OS_VMKERNEL8)           /* ESX 8 and later 64-bit */          \
-   GOT(GUEST_OS_VMKERNEL8_ARM)       /* ESX 8 and later Arm 64-bit */      \
+   GOT(GUEST_OS_VMKERNEL8)           /* ESX 8 64-bit */                    \
+   GOT(GUEST_OS_VMKERNEL8_ARM)       /* ESX 8 Arm 64-bit */                \
+   GOT(GUEST_OS_VMKERNEL9)           /* ESX 9 and later 64-bit */          \
+   GOT(GUEST_OS_VMKERNEL9_ARM)       /* ESX 9 and later Arm 64-bit */      \
    GOT(GUEST_OS_PHOTON_64)           /* VMware Photon 64-bit */            \
    GOT(GUEST_OS_PHOTON_ARM_64)       /* VMware Photon Arm 64-bit */        \
    GOT(GUEST_OS_ORACLE)                                                    \