From: John Wolfe Date: Fri, 26 Mar 2021 03:21:18 +0000 (-0700) Subject: Changes to common source files not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec0bb8ec20b45b7b1714701276d377db63acabc;p=thirdparty%2Fopen-vm-tools.git Changes to common source files not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index f086dc49e..05e886f0f 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -123,7 +123,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLWINEIGHT ALLWINEIGHTSERVER, ALLWINEIGHTCLIENT #define ALLWINTENSERVER64 BS(WIN_2016SRV_64), BS(WIN_2019SRV_64), \ - BS(WIN_2022SRV_64) + BS(WIN_2022SRV_64), BS(WIN_2025SRV_64) #define ALLWINTENSERVER ALLWINTENSERVER64 @@ -538,11 +538,16 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define STR_OS_WIN_2022SRV_X64 "windows2019srvNext-64" +/* Windows Server 2025 */ + +#define STR_OS_WIN_2025SRV_X64 "windows2022srvNext-64" + /* THIS SPACE FOR RENT (Windows 10 official server variant names) */ #define STR_OS_WIN_TENSERVER_2016_GENERIC_FULL "Windows Server 2016" #define STR_OS_WIN_TENSERVER_2019_GENERIC_FULL "Windows Server 2019" #define STR_OS_WIN_TENSERVER_2022_GENERIC_FULL "Windows Server 2022" +#define STR_OS_WIN_TENSERVER_2025_GENERIC_FULL "Windows Server 2025" /* Microsoft Hyper-V */ #define STR_OS_HYPER_V "winHyperV" diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 8e1adda0e..943587dcc 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -62,6 +62,7 @@ extern "C" { GOT(GUEST_OS_WIN_2016SRV_64) /* Windows Server 2016 64-bit */ \ GOT(GUEST_OS_WIN_2019SRV_64) /* Windows Server 2019 64-bit */ \ GOT(GUEST_OS_WIN_2022SRV_64) /* Windows Server 2022 64-bit */ \ + GOT(GUEST_OS_WIN_2025SRV_64) /* Windows Server 2025 64-bit */ \ GOT(GUEST_OS_HYPER_V) /* Microsoft Hyper-V */ \ GOT(GUEST_OS_OS2) \ GOT(GUEST_OS_ECOMSTATION) /* OS/2 variant; 1.x */ \