VirtualBox

Changeset 80701 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Sep 10, 2019 2:42:31 PM (5 years ago)
Author:
vboxsync
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

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r80585 r80701  
    41954195    /* .cbInstanceCC = */           0,
    41964196    /* .cbInstanceRC = */           0,
    4197     /* .uReserved1 = */             0,
     4197    /* .cMaxPciDevices = */         1,
    41984198    /* .pszDescription = */         "Advanced Configuration and Power Interface",
    41994199#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevLpc-new.cpp

    r80531 r80701  
    399399    /* .cbInstanceCC = */           0,
    400400    /* .cbInstanceRC = */           0,
    401     /* .uReserved1 = */             0,
     401    /* .cMaxPciDevices = */         1,
    402402    /* .pszDescription = */         "Low Pin Count (LPC) Bus",
    403403#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