Changeset 49669 in vbox
- Timestamp:
- Nov 26, 2013 4:59:07 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49668 r49669 1280 1280 1281 1281 /* 1282 * Update the host MSR only when requested by the calle dAND when we're1282 * Update the host MSR only when requested by the caller AND when we're 1283 1283 * adding it to the auto-load/store area. Otherwise, it would have been 1284 1284 * updated by hmR0VmxSaveHostMsrs(). We do this for performance reasons. … … 1295 1295 1296 1296 /** 1297 * Removes a guest/ shost MSR pair to be swapped during the world-switch from the1297 * Removes a guest/host MSR pair to be swapped during the world-switch from the 1298 1298 * auto-load/store MSR area in the VMCS. 1299 1299 * … … 8263 8263 * @param pCtx Pointer to the guest-CPU context. 8264 8264 * 8265 * @note Mostly the same as hmR0VmxRunGuestCodeStep. 8266 * @remarks Called with preemption disabled. 8265 * @note Mostly the same as hmR0VmxRunGuestCodeStep(). 8267 8266 */ 8268 8267 static int hmR0VmxRunGuestCodeNormal(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) … … 8336 8335 * @param pCtx Pointer to the guest-CPU context. 8337 8336 * 8338 * @note Mostly the same as hmR0VmxRunGuestCodeNormal. 8339 * @remarks Called with preemption disabled. 8337 * @note Mostly the same as hmR0VmxRunGuestCodeNormal(). 8340 8338 */ 8341 8339 static int hmR0VmxRunGuestCodeStep(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) … … 8439 8437 * @param pVCpu Pointer to the VMCPU. 8440 8438 * @param pCtx Pointer to the guest-CPU context. 8441 *8442 * @remarks Called with preemption disabled.8443 8439 */ 8444 8440 VMMR0DECL(int) VMXR0RunGuestCode(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
Note:
See TracChangeset
for help on using the changeset viewer.