]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Fri, 18 Sep 2009 21:44:06 +0000 (14:44 -0700)
committerMarcelo Vanzin <mvanzin@mvanzin-dev1.eng.vmware.com>
Sat, 19 Sep 2009 01:49:12 +0000 (18:49 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/backdoor_def.h

index be5c6bf8d08d80bf1ebeed23d97fe1ac53ecdfd8..1aee6dc0eae4322936fb9ad2f530dec10acaa7fa 100644 (file)
 
 #define NESTING_CONTROL_ENTER_VMM        0
 #define NESTING_CONTROL_EXIT_VMM         1
-#define NESTING_CONTROL_MAX              1
+#define NESTING_CONTROL_QUERY            2
+#define NESTING_CONTROL_MAX              2
 
 /* High-bandwidth backdoor port. --hpreg */