VirtualBox

Changeset 21134 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 1, 2009 4:35:27 PM (16 years ago)
Author:
vboxsync
Message:

IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get the next item. At least one I/O port handler expected the upper bits to be clear (VMMDev logging).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r20722 r21134  
    17871787    while (cTransfers && rc == VINF_SUCCESS)
    17881788    {
    1789         uint32_t u32Value;
     1789        uint32_t u32Value = 0;
    17901790        rc = iomRamRead(pVCpu, &u32Value, GCPtrSrc, cbTransfer);
    17911791        if (rc != VINF_SUCCESS)
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