Changeset 48474 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 13, 2013 2:22:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48473 r48474 7523 7523 /* 7524 7524 * Load the host state bits as we may've been preempted (only happens when 7525 * thread-context hooks are used ).7525 * thread-context hooks are used or when hmR0VmxSetupVMRunHandler() changes pfnStartVM). 7526 7526 */ 7527 7527 if (pVCpu->hm.s.fContextUseFlags & HM_CHANGED_HOST_CONTEXT) 7528 7528 { 7529 7529 /* This ASSUMES that pfnStartVM has been set up already. */ 7530 Assert(VMMR0ThreadCtxHooksAreRegistered(pVCpu));7531 7530 int rc = hmR0VmxSaveHostState(pVM, pVCpu); 7532 7531 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.