]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common header files; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:40 +0000 (15:47 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:40 +0000 (15:47 -0700)
open-vm-tools/lib/include/backdoor_def.h
open-vm-tools/lib/include/loglevel_user.h

index f99c415bb2d3b2b8d6940962014e729d9bacf8a6..cad4f496296f8c92d8e1d722ca118d6965a5e928 100644 (file)
@@ -168,6 +168,7 @@ extern "C" {
 #  define BDOOR_CMD_FE_EXCEPTION              1
 #  define BDOOR_CMD_FE_SGX                    2
 #  define BDOOR_CMD_FE_PCI_MMIO               3
+#  define BDOOR_CMD_FE_GMM                    4
 #define   BDOOR_CMD_VMK_INFO                 72
 #define   BDOOR_CMD_EFI_BOOT_CONFIG          73 /* CPL 0 only. */
 #  define BDOOR_CMD_EBC_LEGACYBOOT_ENABLED        0
@@ -232,7 +233,11 @@ extern "C" {
 #  define BDOOR_CMD_FUZZER_INIT               0
 #  define BDOOR_CMD_FUZZER_NEXT               1
 #define   BDOOR_CMD_PUTCHR12                 95
-#define   BDOOR_CMD_MAX                      96
+#define   BDOOR_CMD_GMM                      96
+#  define  BDOOR_CMD_GMM_GET_SIZE             0
+#  define BDOOR_CMD_GMM_MAP_MEMORY            1
+#  define BDOOR_CMD_GMM_GET_PPN_AND_SZ        2 /* Devel only. */
+#define   BDOOR_CMD_MAX                      97
 
 
 /*
index 5a64fd9c32da6bdc2289ceddc4ca531410a45966..07f6a5785a2031ac695ac1a8a8c9c2bd18608132 100644 (file)
@@ -59,6 +59,7 @@
    LOGLEVEL_VAR(chipset), \
    LOGLEVEL_VAR(smram), \
    LOGLEVEL_VAR(txt), \
+   LOGLEVEL_VAR(gmm), \
    LOGLEVEL_VAR(sgx), \
    LOGLEVEL_VAR(smc), \
    LOGLEVEL_VAR(ich7m), \