Index: /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp	(revision 72671)
+++ /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp	(revision 72672)
@@ -3031,19 +3031,19 @@
  *
  *  - WinHv API for all but physical page mappings:
- *         32 min 12.19 seconds
+ *          32 min 12.19 seconds
  *
  *  - The default NEM/win configuration where we put the main execution loop
  *    in ring-0, using hypercalls when we can and VID for managing execution:
- *         3 min 23.18 seconds
+ *          3 min 23.18 seconds
  *
  *  - Regular VirtualBox using AMD-V directly, hyper-V is disabled, main
  *    execution loop in ring-0:
- *        TODO
+ *          58.09 seconds
  *
  *  - WinHv API with exit history based optimizations:
- *        58.66 seconds
+ *          58.66 seconds
  *
  *  - Hypercall + VID.SYS with exit history base optimizations:
- *        58.94 seconds
+ *          58.94 seconds
  *
  * With a well above average machine needing over half an hour for booting a
@@ -3052,4 +3052,8 @@
  * The 3m23s is almost acceptable in comparison to the half an hour.
  *
- */
-
+ * The similarity between the last three results strongly hits at windows 2000
+ * doing a lot of waiting during boot and shutdown and isn't the best testcase
+ * once a basic performance level is reached.
+ *
+ */
+
