VirtualBox

Changeset 43670 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 17, 2012 2:36:07 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81458
Message:

VMM: HM bits.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r43509 r43670  
    13241324            {
    13251325                LogRel(("HM: VMX setup failed with rc=%Rrc!\n", rc));
    1326                 LogRel(("HM: Last instruction error %x\n", pVM->aCpus[0].hm.s.vmx.lasterror.ulInstrError));
     1326                for (VMCPUID i = 0; i < pVM->cCpus; i++)
     1327                    LogRel(("HM: CPU[%ld] Last instruction error %x\n", i, pVM->aCpus[0].hm.s.vmx.lasterror.ulInstrError));
    13271328                pVM->fHMEnabled = false;
    13281329            }
  • trunk/src/VBox/VMM/include/HMInternal.h

    r43509 r43670  
    568568        /** Current CR4 mask. */
    569569        uint64_t                    cr4_mask;
     570        /** Current exception bitmap. */
     571        uint32_t                    u32XcptBitmap;
     572        uint32_t                    uAlignment0;
    570573        /** Current EPTP. */
    571574        RTHCPHYS                    GCPhysEPTP;
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