Changeset 81037 in vbox
- Timestamp:
- Sep 27, 2019 6:54:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
r80816 r81037 353 353 * 354 354 * @returns Strict VBox status code (i.e. informational status codes too). 355 * @retval VINF_SUCCESS success ully executed VMRUN and entered nested-guest355 * @retval VINF_SUCCESS successfully executed VMRUN and entered nested-guest 356 356 * code execution. 357 357 * @retval VINF_SVM_VMEXIT when executing VMRUN causes a \#VMEXIT … … 865 865 * successfully. 866 866 * @retval VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT 867 * failed and a shutdown needs to be initiated for the g eust.867 * failed and a shutdown needs to be initiated for the guest. 868 868 * 869 869 * @returns VBox strict status code. … … 966 966 * successfully. 967 967 * @retval VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT 968 * failed and a shutdown needs to be initiated for the g eust.968 * failed and a shutdown needs to be initiated for the guest. 969 969 * 970 970 * @returns VBox strict status code. … … 1016 1016 * successfully. 1017 1017 * @retval VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT 1018 * failed and a shutdown needs to be initiated for the g eust.1018 * failed and a shutdown needs to be initiated for the guest. 1019 1019 * 1020 1020 * @param pVCpu The cross context virtual CPU structure. … … 1420 1420 if (RT_SUCCESS(rc)) 1421 1421 { 1422 Log(("vmmcall: MovT rp\n"));1422 Log(("vmmcall: MovTpr\n")); 1423 1423 return VINF_SUCCESS; 1424 1424 }
Note:
See TracChangeset
for help on using the changeset viewer.