Index: /trunk/src/VBox/Devices/PC/DevAPIC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 24128)
+++ /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 24129)
@@ -1024,6 +1024,10 @@
                 /** @todo implement APIC_DM_INIT? */
             default:
-                AssertLogRelMsgFailedReturn(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level),
-                                            VERR_INTERNAL_ERROR_4);
+            {
+                static unsigned s_c = 0;
+                if (s_c++ < 100)
+                    AssertLogRelMsgFailedReturn(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level),
+                                                VERR_INTERNAL_ERROR_4);
+            }
         }
         LogFlow(("apicLocalInterrupt: setting local interrupt type %d\n", enmType));
