From: John Wolfe Date: Tue, 21 Dec 2021 20:48:49 +0000 (-0800) Subject: Prepare to enable Mac OS 14 (Darwin 23) as a new guest. X-Git-Tag: stable-12.0.0~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67383c5669650766fbdb18962ce05afafb6d0dca;p=thirdparty%2Fopen-vm-tools.git Prepare to enable Mac OS 14 (Darwin 23) as a new guest. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 2db36f84d..cb8f26916 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -249,7 +249,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); BS(DARWIN15_64), BS(DARWIN16_64), \ BS(DARWIN17_64), BS(DARWIN18_64), \ BS(DARWIN19_64), BS(DARWIN20_64), \ - BS(DARWIN21_64), BS(DARWIN22_64) + BS(DARWIN21_64), BS(DARWIN22_64), \ + BS(DARWIN23_64) #define ALLDARWIN ALLDARWIN32, ALLDARWIN64 diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 8fb5275c1..55ea9bd4e 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -133,6 +133,7 @@ extern "C" { GOT(GUEST_OS_DARWIN20_64) /* Mac OS 11 */ \ GOT(GUEST_OS_DARWIN21_64) /* Mac OS 12 */ \ GOT(GUEST_OS_DARWIN22_64) /* Mac OS 13 */ \ + GOT(GUEST_OS_DARWIN23_64) /* Mac OS 14 */ \ GOT(GUEST_OS_OPENSERVER_5_AND_6) \ GOT(GUEST_OS_UNIXWARE7) \ GOT(GUEST_OS_NETWARE4) \