VirtualBox

Changeset 104280 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 10, 2024 4:48:47 PM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162750
Message:

VirtioCore: improved chain length checks and MMIO read handling in PciIch0 and PCNet, as well as input context initialization in XHCI. bugref:10635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r99739 r104280  
    38143814            case 4:  rc = pcnetR3MmioReadU32(pDevIns, pThis, pThisCC, off, (uint32_t *)pv); break;
    38153815            default:
     3816                memset(pv, 0, cb);
    38163817                rc = PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "pcnetR3MmioRead: unsupported op size: address=%RGp cb=%u\n", off, cb);
     3818                break;
    38173819        }
    38183820        STAM_PROFILE_ADV_STOP(&pThis->CTX_SUFF_Z(StatMMIORead), a);
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