Index: /trunk/src/VBox/VMM/VMMR3/HM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 45456)
+++ /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 45457)
@@ -854,4 +854,7 @@
             RTGCPHYS GCPhys = 0;
 
+#ifndef VBOX_WITH_OLD_VTX_CODE
+            LogRel(("HM: Using VT-x implementation 2.0!\n"));
+#endif
             LogRel(("HM: Host CR4=%08X\n", pVM->hm.s.vmx.hostCR4));
             LogRel(("HM: MSR_IA32_FEATURE_CONTROL      = %RX64\n", pVM->hm.s.vmx.msr.feature_ctrl));
