VirtualBox

Ignore:
Timestamp:
Jul 29, 2013 12:37:31 AM (11 years ago)
Author:
vboxsync
Message:

IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). Cleaned up confusing status code handling in hmR0VmxCheckForceFlags (involving PGM) as well as some use of incorrect doxygen groups (@name).

File:
1 edited

Legend:

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

    r47123 r47444  
    16131613        rc = VMXReadVmcs64(VMX_VMCS64_GUEST_PDPTE3_FULL, &aPdpes[3].u); AssertRCReturn(rc, rc);
    16141614
    1615         rc = PGMGstUpdatePaePdpes(pVCpu, &aPdpes[0]);
     1615        PGMGstUpdatePaePdpes(pVCpu, &aPdpes[0]);
    16161616        AssertRCReturn(rc, rc);
    16171617    }
     
    45984598
    45994599        uint32_t cbSize = g_aIOSize[uIOWidth];
    4600         if (VMX_EXIT_QUALIFICATION_IO_STRING(exitQualification))
     4600        if (VMX_EXIT_QUALIFICATION_IO_IS_STRING(exitQualification))
    46014601        {
    46024602            /* ins/outs */
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