- Timestamp:
- Oct 4, 2018 9:01:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r74600 r74606 2568 2568 * 2569 2569 * Clearing bit 20 in nt!KiSpeculationFeatures speeds things up (i.e. changing 2570 * the dword from 0x00300065 to 0x00200065 in windbg). 2570 * the dword from 0x00300065 to 0x00200065 in windbg). This is checked by 2571 * nt!KePrepareToDispatchVirtualProcessor, making it a no-op if the flag is 2572 * clear. winhvr!WinHvpVpDispatchLoop call that function before making 2573 * hypercall 0xc2, which presumably does the heavy VCpu lifting in hvcax64.exe. 2571 2574 * 2572 2575 * @verbatim
Note:
See TracChangeset
for help on using the changeset viewer.