]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header files not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 10 Dec 2025 05:31:20 +0000 (21:31 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 10 Dec 2025 05:31:20 +0000 (21:31 -0800)
open-vm-tools/lib/include/loglevel_userVars.h
open-vm-tools/lib/include/vmci_defs.h

index a12e1cb9236fcbbf87de9ce2c7d6d2ca1ce345f4..18731c25b274df1169d11cbeed155262b5494acd 100644 (file)
    LOGLEVEL_VAR(vdfs), \
    LOGLEVEL_VAR(vdfs_9p), \
    LOGLEVEL_VAR(vdpPlugin), \
+   LOGLEVEL_VAR(vdsm), \
    LOGLEVEL_VAR(vdtiPciCfgSpc), \
    LOGLEVEL_VAR(vflash), \
    LOGLEVEL_VAR(vg), \
index c522db787b3a10165b05bff69fef07826483fc19..205f5c35eebb34e25cde4e71d9652542addb27aa 100644 (file)
@@ -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.