Index: /trunk/src/VBox/VMM/VMMAll/APICAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/APICAll.cpp	(revision 61874)
+++ /trunk/src/VBox/VMM/VMMAll/APICAll.cpp	(revision 61875)
@@ -1271,5 +1271,12 @@
     }
     else
+    {
+#ifdef DEBUG_ramshankar
+        /** @todo Figure out if this is done intentionally by guests or is a bug
+         *   in our emulation. Happened with Win10 SMP VM after installing
+         *   guest additions with 3D support. */
         AssertMsgFailed(("APIC%u: apicSetEoi: Failed to find any ISR bit\n", pVCpu->idCpu));
+#endif
+    }
 
     return VINF_SUCCESS;
