Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 35456)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 35457)
@@ -568,4 +568,7 @@
                         break;
                     }
+
+                    /* Make sure the loop is not too tight. */
+                    RTThreadYield();
                 }
 
