- Timestamp:
- Feb 7, 2013 8:47:20 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r44528 r44577 859 859 860 860 /** 861 * Disable VT-x or AMD-V on the current CPU861 * Enable VT-x or AMD-V on the current CPU 862 862 * 863 863 * @returns VBox status code. -
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r44394 r44577 1369 1369 pCtx->rip = 0; 1370 1370 1371 Log(("vmmR3SendSipi for VCPU %d with vector %x\n", uVector));1371 Log(("vmmR3SendSipi for VCPU %d with vector %x\n", idCpu, uVector)); 1372 1372 1373 1373 # if 1 /* If we keep the EMSTATE_WAIT_SIPI method, then move this to EM.cpp. */
Note:
See TracChangeset
for help on using the changeset viewer.