VirtualBox

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


Ignore:
Timestamp:
Sep 10, 2019 3:19:39 PM (6 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/Samples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Samples/DevPlayground.cpp

    r80701 r80704  
    352352    /* .cbInstanceRC = */           0,
    353353    /* .cMaxPciDevices = */         1,
     354    /* .cMaxMsixVectors = */        0,
    354355    /* .pszDescription = */         "VBox Playground Device.",
    355356#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp

    r80703 r80704  
    100100    /* .cbInstanceRC = */           0,
    101101    /* .cMaxPciDevices = */         0,
     102    /* .cMaxMsixVectors = */        0,
    102103    /* .pszDescription = */         "VBox Sample Device.",
    103104#if defined(IN_RING3)
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