VirtualBox

Changeset 46103 in vbox for trunk


Ignore:
Timestamp:
May 15, 2013 5:02:47 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Log CS during loading the guest state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46098 r46103  
    34693469        AssertRCReturn(rc, rc);
    34703470
     3471        Log(("Load: CS=%#RX16 Base=%#RX64 Limit=%#RX32 Attr=%#RX32\n", pMixedCtx->cs.Sel, pMixedCtx->cs.u64Base,
     3472             pMixedCtx->cs.u32Limit, pMixedCtx->cs.Attr.u));
    34713473#ifdef VBOX_STRICT
    34723474        hmR0VmxValidateSegmentRegs(pVM, pVCpu, pMixedCtx);
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