From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:58 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fda97ce83c672a36ccfa678ed9fb8f77dba745;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index 635cbf80c..01979651b 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -233,9 +233,10 @@ 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_GET_SIZE 0 # define BDOOR_CMD_GMM_MAP_MEMORY 1 # define BDOOR_CMD_GMM_GET_PPN_AND_SZ 2 /* Devel only. */ +# define BDOOR_CMD_GMM_ENTER 3 #define BDOOR_CMD_MAX 97 @@ -338,7 +339,8 @@ Backdoor_CmdRequiresFullyValidVCPU(unsigned cmd) { return cmd == BDOOR_CMD_SIDT || cmd == BDOOR_CMD_SGDT || - cmd == BDOOR_CMD_SLDT_STR; + cmd == BDOOR_CMD_SLDT_STR || + cmd == BDOOR_CMD_GMM; }