VirtualBox

Changeset 85102 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jul 8, 2020 8:25:37 AM (5 years ago)
Author:
vboxsync
Message:

Devices/Storage/DevLsiLogicSCSI: Use the default devie critical section to improve behavior with SMP guests and some other smaller fixes, bugref:9767 [build fix]

File:
1 edited

Legend:

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

    r85101 r85102  
    19841984                return cbCopied - RT_MIN(cbSkip, cbCopied);
    19851985
    1986             uint32_t cbCopyThis           = RT_MIN(SGEntry.Simple32.u24Length, cbCopy);
     1986            size_t  cbCopyThis           = RT_MIN(SGEntry.Simple32.u24Length, cbCopy);
    19871987            RTGCPHYS GCPhysAddrDataBuffer = SGEntry.Simple32.u32DataBufferAddressLow;
    19881988
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