]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
BIOS handoff to the operating system with X2APIC enabled
authorVMware, Inc <>
Tue, 13 Mar 2012 20:10:20 +0000 (13:10 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 14 Mar 2012 16:43:26 +0000 (09:43 -0700)
The following change defines new backdoro command to be used by BIOS
to check if it needs to enable X2APIC before handing off to the OS.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/backdoor_def.h

index c0b5588cfae99ebcbdc17ee0b689f558a2128751..160b8e7fb9bafda02ffa54dfdea264fd72d9af9c 100644 (file)
 #  define BDOOR_CMD_EBC_GET_ORDER             1
 #define   BDOOR_CMD_GET_HW_MODEL             74 /* CPL 0 only. */
 #define   BDOOR_CMD_GET_SVGA_CAPABILITIES    75 /* CPL 0 only. */
-#define   BDOOR_CMD_MAX                      76
+#define          BDOOR_CMD_GET_FORCE_X2APIC         76 /* CPL 0 only  */
+#define   BDOOR_CMD_MAX                      77
 
 
 /*