VirtualBox

Ignore:
Timestamp:
Sep 10, 2019 2:42:31 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133241
Message:

PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structures and added PDM_DEVREG_FLAGS_MSI_X for indicating possible need for MSI-X. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp

    r80542 r80701  
    760760                    ("u32VersionEnd=%#x, expected %#x. (szName=%s)\n",
    761761                     pReg->u32VersionEnd, PDM_DEVREG_VERSION, pReg->szName));
     762    AssertLogRelMsgReturn(pReg->cMaxPciDevices <= 8, ("%#x (szName=%s)\n", pReg->cMaxPciDevices, pReg->szName),
     763                          VERR_PDM_INVALID_DEVICE_REGISTRATION);
    762764
    763765    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette