VirtualBox

Ignore:
Timestamp:
May 5, 2016 3:43:19 PM (9 years ago)
Author:
vboxsync
Message:

HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving HMR0SavePendingIOPortRead), since IOMIOPortWrite won't be returning VINF_IOM_R3_IOPORT_WRITE any more but rather VINF_IOM_R3_IOPORT_COMMIT_WRITE.

File:
1 edited

Legend:

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

    r60847 r60850  
    49294929        {
    49304930            rcStrict = IOMIOPortWrite(pVM, pVCpu, IoExitInfo.n.u16Port, pCtx->eax & uAndVal, cbValue);
    4931             if (rcStrict == VINF_IOM_R3_IOPORT_WRITE)
    4932                 HMR0SavePendingIOPortWrite(pVCpu, pCtx->rip, pVmcb->ctrl.u64ExitInfo2, IoExitInfo.n.u16Port, uAndVal, cbValue);
    4933 
    49344931            STAM_COUNTER_INC(&pVCpu->hm.s.StatExitIOWrite);
    49354932        }
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