From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:10:20 +0000 (-0700) Subject: BIOS handoff to the operating system with X2APIC enabled X-Git-Tag: 2012.03.13-651368~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=341417e95d385b2b39a25c86fab43ebc9ced27bb;p=thirdparty%2Fopen-vm-tools.git BIOS handoff to the operating system with X2APIC enabled 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 --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index c0b5588cf..160b8e7fb 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -161,7 +161,8 @@ # 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 /*