Changeset 49876 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 11, 2013 3:21:28 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r49770 r49876 2949 2949 } 2950 2950 2951 /* If we've migrating CPUs, mark the VMCB clean bits as dirty. */ 2952 if (HMR0GetCurrentCpu()->idCpu != pVCpu->hm.s.idLastCpu) 2953 pVmcb->ctrl.u64VmcbCleanBits = 0; 2954 2951 2955 /* Store status of the shared guest-host state at the time of VMRUN. */ 2952 2956 #if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
Note:
See TracChangeset
for help on using the changeset viewer.