VirtualBox

Changeset 80704 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Sep 10, 2019 3:19:39 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133244
Message:

PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving the max MSI-X vector count config for the device (typically VBOX_MSIX_MAX_ENTRIES). bugref:9218

Location:
trunk/src/VBox/Devices/Serial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp

    r80701 r80704  
    632632    /* .uReserved0 = */             0,
    633633    /* .szName = */                 "oxpcie958uart",
    634     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_MSI_X,
     634    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0,
    635635    /* .fClass = */                 PDM_DEVREG_CLASS_SERIAL,
    636636    /* .cMaxInstances = */          ~0U,
     
    640640    /* .cbInstanceRC = */           0,
    641641    /* .cMaxPciDevices = */         1,
     642    /* .cMaxMsixVectors = */        VBOX_MSIX_MAX_ENTRIES,
    642643    /* .pszDescription = */         "OXPCIe958 based UART controller.\n",
    643644#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r80703 r80704  
    479479    /* .cbInstanceRC = */           0,
    480480    /* .cMaxPciDevices = */         0,
     481    /* .cMaxMsixVectors = */        0,
    481482    /* .pszDescription = */         "Serial Communication Port",
    482483#if defined(IN_RING3)
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