Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp	(revision 51232)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp	(revision 51233)
@@ -200,4 +200,7 @@
 {
     PVM pVM = pVCpu->CTX_SUFF(pVM);
+#if 0 /** @todo Sort this one out properly.  Evidence from ticks 12240 and 12875 suggest the apic base is still readable even
+       * after the apic has been diabled.  That makes common sense too.  What we need to do here, though, is check whether
+       * there is an APIC device associated with the VM, and GP if there isn't.  But that's for later. */
     if (   !pVM->cpum.s.GuestFeatures.fApic
         && !pVM->cpum.s.GuestFeatures.fX2Apic)
@@ -206,4 +209,5 @@
         return VERR_CPUM_RAISE_GP_0;
     }
+#endif
 
     *puValue = pVCpu->cpum.s.Guest.msrApicBase;
