]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 18 Dec 2018 21:19:47 +0000 (13:19 -0800)
committerOliver Kurth <okurth@vmware.com>
Tue, 18 Dec 2018 21:19:47 +0000 (13:19 -0800)
open-vm-tools/lib/include/backdoor_def.h

index 602b084d34478a93e6fd01740d939e780398540b..7bfddb84479d30461be3ea1a7a115c41d3960c74 100644 (file)
@@ -233,13 +233,11 @@ extern "C" {
 #  define BDOOR_CMD_FUZZER_NEXT               1
 #define   BDOOR_CMD_PUTCHR12                 95
 #define   BDOOR_CMD_GMM                      96
-#  define BDOOR_CMD_GMM_GET_SIZE              0
-#  define BDOOR_CMD_GMM_MAP_MEMORY            1
-#  define BDOOR_CMD_GMM_GET_PA                2 /* Devel only. */
-#  define BDOOR_CMD_GMM_GET_SIZE_DEVEL        3 /* Devel only. */
-#  define BDOOR_CMD_GMM_ENTER_INIT            4
-#  define BDOOR_CMD_GMM_ENTER_EVENT           5
-#  define BDOOR_CMD_GMM_ONESHOT_TIMER         6
+#  define BDOOR_CMD_GMM_GET_SIZE              0 /* Depends on firmware. */
+#  define BDOOR_CMD_GMM_MAP_MEMORY            1 /* Depends on firmware. */
+#  define BDOOR_CMD_GMM_ENTER_INIT            2
+#  define BDOOR_CMD_GMM_ENTER_EVENT           3
+#  define BDOOR_CMD_GMM_ONESHOT_TIMER         4
 #define   BDOOR_CMD_MAX                      97