VirtualBox

Changeset 64842 in vbox


Ignore:
Timestamp:
Dec 12, 2016 7:29:12 PM (8 years ago)
Author:
vboxsync
Message:

AHCI: Reset some members when reporting the out of memory error case to avoid confusion in the logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r64841 r64842  
    46514651            {
    46524652                AHCIREQ Req;
    4653                 Req.uTag    = idx;
    4654                 Req.fFlags  = AHCI_REQ_IS_ON_STACK;
    4655                 Req.fMapped = false;
     4653                Req.uTag       = idx;
     4654                Req.fFlags     = AHCI_REQ_IS_ON_STACK;
     4655                Req.fMapped    = false;
     4656                Req.cbTransfer = 0;
     4657                Req.uOffset    = 0;
     4658                Req.enmType    = PDMMEDIAEXIOREQTYPE_INVALID;
    46564659
    46574660                bool fContinue = ahciR3CmdPrepare(pAhciPort, &Req);
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