From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:44 +0000 (-0700) Subject: Add recognition of Windows Server 2021. X-Git-Tag: stable-11.2.0~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48233cb1a996928cf13f6e48131fadabc6e31e9;p=thirdparty%2Fopen-vm-tools.git Add recognition of Windows Server 2021. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index bc6a56fda..13ace23c5 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -184,6 +184,7 @@ extern "C" { GOKM("windows9-64", windows9_64Guest, TRUE) \ GOKM("windows9srv-64", windows9Server64Guest, TRUE) \ GOKM("windows2019srv-64", windows2019srv_64Guest, TRUE) \ + GOKM("windows2019srvNext-64", windows2019srvNext_64Guest, TRUE) \ GOKM("winHyperV", windowsHyperVGuest, TRUE) \ GOKM("winServer2008Cluster-32", winLonghornGuest, FALSE) \ GOKM("winServer2008Datacenter-32", winLonghornGuest, FALSE) \