From: Oliver Kurth Date: Tue, 26 May 2020 22:32:56 +0000 (-0700) Subject: Changes to common header files not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fdad51c47f5e2605a3ad9dd9e3451b25ba6fbd;p=thirdparty%2Fopen-vm-tools.git Changes to common header 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 03e5f04b1..769190ff1 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -117,7 +117,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLWINEIGHT ALLWINEIGHTSERVER, ALLWINEIGHTCLIENT -#define ALLWINTENSERVER64 BS(WIN_2016SRV_64), BS(WIN_2019SRV_64) +#define ALLWINTENSERVER64 BS(WIN_2016SRV_64), BS(WIN_2019SRV_64), \ + BS(WIN_2019SRVNEXT_64) #define ALLWINTENSERVER ALLWINTENSERVER64 #define ALLWINTENCLIENT32 BS(WINTEN) @@ -529,6 +530,10 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define STR_OS_WIN_2019SRV_X64 "windows2019srv-64" +/* Windows Server 2021 */ + +#define STR_OS_WIN_2019SRVNEXT_X64 "windows2019srvNext-64" + /* THIS SPACE FOR RENT (Windows 10 official server variant names) */ #define STR_OS_WIN_TENSERVER_2016_GENERIC_FULL "Windows Server 2016" diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 25b88d5f9..fd28f8d20 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -55,6 +55,7 @@ extern "C" { GOT(GUEST_OS_WINTEN_64) /* Windows 10 x64 */ \ GOT(GUEST_OS_WIN_2016SRV_64) /* Windows Server 2016 X64 */ \ GOT(GUEST_OS_WIN_2019SRV_64) /* Windows Server 2019 X64 */ \ + GOT(GUEST_OS_WIN_2019SRVNEXT_64)/* Windows Server 2021 X64 */ \ GOT(GUEST_OS_HYPER_V) /* Microsoft Hyper-V */ \ GOT(GUEST_OS_OS2) \ GOT(GUEST_OS_ECOMSTATION) /* OS/2 variant; 1.x */ \