Index: /trunk/src/VBox/VMM/VMMAll/VMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/VMAll.cpp	(revision 321)
+++ /trunk/src/VBox/VMM/VMMAll/VMAll.cpp	(revision 322)
@@ -215,4 +215,10 @@
  *
  * @thread  Any
+ * @todo    r=bird: The pausing/suspending of the VM should be done here, we'll just end 
+ *                  up duplicating code all over the place otherwise. In the case of 
+ *                  devices/drivers/etc they might not be trusted to pause/suspend the 
+ *                  vm even. Change fFatal to fFlags and define action flags and a fatal flag.
+ *                      
+ *                  Also, why a string ID and not an enum?
  */
 VMDECL(int) VMSetRuntimeError(PVM pVM, bool fFatal, const char *pszErrorID,
