VirtualBox

Changeset 81619 in vbox for trunk


Ignore:
Timestamp:
Nov 1, 2019 11:58:56 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HM: Sometimes we abort on guru meditations and the info doesn't get printed. Include the HM error here as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r81247 r81619  
    29412941            {
    29422942                LogRel(("HM: VERR_VMX_INVALID_GUEST_STATE:\n"));
     2943                LogRel(("HM: CPU[%u] HM error = %#RX32\n", idCpu, pVCpu->hm.s.u32HMError));
    29432944                hmR3CheckErrorLogVmcsCtls(idCpu, pVmcsInfo);
    29442945                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette