VirtualBox

Changeset 81032 in vbox


Ignore:
Timestamp:
Sep 26, 2019 7:29:25 PM (5 years ago)
Author:
vboxsync
Message:

DevPci*: Limit config space to 256 if PIIX3 bus. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciMerge1.cpp.h

    r80961 r81032  
    196196    pPciDev->Int.s.pfnConfigRead    = NULL;
    197197    pPciDev->Int.s.pfnConfigWrite   = NULL;
     198    if (pBus->fTypePiix3 && pPciDev->cbConfig > 256)
     199        pPciDev->cbConfig = 256;
    198200
    199201    /* Remember and mark bridges. */
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