VirtualBox

Changeset 73180 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 17, 2018 1:59:53 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123782
Message:

VMM/HMVMXR0: nit.

File:
1 edited

Legend:

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

    r73179 r73180  
    1210712107             * interpreting the instruction.
    1210812108             */
    12109             Log4(("CS:RIP=%04x:%08RX64 %#06x/%u %c str\n", pCtx->cs.Sel, pCtx->rip, uIOPort, cbValue,
    12110                   fIOWrite ? 'w' : 'r'));
     12109            Log4(("CS:RIP=%04x:%08RX64 %#06x/%u %c str\n", pCtx->cs.Sel, pCtx->rip, uIOPort, cbValue, fIOWrite ? 'w' : 'r'));
    1211112110            AssertReturn(pCtx->dx == uIOPort, VERR_VMX_IPE_2);
    1211212111            if (MSR_IA32_VMX_BASIC_INFO_VMCS_INS_OUTS(pVM->hm.s.vmx.Msrs.u64BasicInfo))
     
    1214312142             * IN/OUT - I/O instruction.
    1214412143             */
    12145             Log4(("CS:RIP=%04x:%08RX64 %#06x/%u %c\n", pCtx->cs.Sel, pCtx->rip, uIOPort, cbValue,
    12146                   fIOWrite ? 'w' : 'r'));
     12144            Log4(("CS:RIP=%04x:%08RX64 %#06x/%u %c\n", pCtx->cs.Sel, pCtx->rip, uIOPort, cbValue, fIOWrite ? 'w' : 'r'));
    1214712145            uint32_t const uAndVal = s_aIOOpAnd[uIOWidth];
    1214812146            Assert(!VMX_EXIT_QUAL_IO_IS_REP(pVmxTransient->uExitQualification));
Note: See TracChangeset for help on using the changeset viewer.

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