Index: /trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp
===================================================================
--- /trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp	(revision 24120)
+++ /trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp	(revision 24121)
@@ -155,4 +155,11 @@
                         pAioMgr->pEndpointsHead->AioMgr.pEndpointPrev = pEndpointNew;
                     pAioMgr->pEndpointsHead = pEndpointNew;
+
+                    /*
+                     * Process the task list the first time. There might be pending requests
+                     * if the endpoint was migrated from another endpoint.
+                     */
+                    rc = pdmacFileAioMgrFailsafeProcessEndpoint(pEndpointNew);
+                    AssertRC(rc);
                     break;
                 }
