Changeset 72672 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 23, 2018 11:15:01 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123185
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r72671 r72672 3031 3031 * 3032 3032 * - WinHv API for all but physical page mappings: 3033 * 32 min 12.19 seconds3033 * 32 min 12.19 seconds 3034 3034 * 3035 3035 * - The default NEM/win configuration where we put the main execution loop 3036 3036 * in ring-0, using hypercalls when we can and VID for managing execution: 3037 * 3 min 23.18 seconds3037 * 3 min 23.18 seconds 3038 3038 * 3039 3039 * - Regular VirtualBox using AMD-V directly, hyper-V is disabled, main 3040 3040 * execution loop in ring-0: 3041 * TODO3041 * 58.09 seconds 3042 3042 * 3043 3043 * - WinHv API with exit history based optimizations: 3044 * 58.66 seconds3044 * 58.66 seconds 3045 3045 * 3046 3046 * - Hypercall + VID.SYS with exit history base optimizations: 3047 * 58.94 seconds3047 * 58.94 seconds 3048 3048 * 3049 3049 * With a well above average machine needing over half an hour for booting a … … 3052 3052 * The 3m23s is almost acceptable in comparison to the half an hour. 3053 3053 * 3054 */ 3055 3054 * The similarity between the last three results strongly hits at windows 2000 3055 * doing a lot of waiting during boot and shutdown and isn't the best testcase 3056 * once a basic performance level is reached. 3057 * 3058 */ 3059
Note:
See TracChangeset
for help on using the changeset viewer.