From: Kruti Pendharkar Date: Wed, 10 Dec 2025 05:31:20 +0000 (-0800) Subject: Change to common header files not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a49dc1275549f175bece52ccf7e84ee1ef3305fe;p=thirdparty%2Fopen-vm-tools.git Change to common header files not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/loglevel_userVars.h b/open-vm-tools/lib/include/loglevel_userVars.h index a12e1cb92..18731c25b 100644 --- a/open-vm-tools/lib/include/loglevel_userVars.h +++ b/open-vm-tools/lib/include/loglevel_userVars.h @@ -283,6 +283,7 @@ LOGLEVEL_VAR(vdfs), \ LOGLEVEL_VAR(vdfs_9p), \ LOGLEVEL_VAR(vdpPlugin), \ + LOGLEVEL_VAR(vdsm), \ LOGLEVEL_VAR(vdtiPciCfgSpc), \ LOGLEVEL_VAR(vflash), \ LOGLEVEL_VAR(vg), \ diff --git a/open-vm-tools/lib/include/vmci_defs.h b/open-vm-tools/lib/include/vmci_defs.h index c522db787..205f5c35e 100644 --- a/open-vm-tools/lib/include/vmci_defs.h +++ b/open-vm-tools/lib/include/vmci_defs.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 2005-2024 Broadcom. All Rights Reserved. + * Copyright (c) 2005-2025 Broadcom. All Rights Reserved. * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This program is free software; you can redistribute it and/or modify it @@ -175,7 +175,12 @@ typedef uint32 VMCI_Resource; * hypervisor (CID 0) because RID 1 is already reserved. */ #define VSOCK_PACKET_HYPERVISOR_RID 15 -#define VMCI_RESOURCE_MAX 16 +/* + * This resource id is used by D-TLS vDSM component + * Details: https://vmw-jira.broadcom.net/browse/ANSD-2795 + */ +#define VMCI_VDSM_RID 16 +#define VMCI_RESOURCE_MAX 17 /* * The core VMCI device functionality only requires the resource IDs of * VMCI_QUEUEPAIR_DETACH and below.