VirtualBox

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


Ignore:
Timestamp:
Sep 10, 2019 2:50:27 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:
8 edited

Legend:

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

    r80531 r80703  
    11371137    /* .cbInstanceCC = */           0,
    11381138    /* .cbInstanceRC = */           0,
    1139     /* .uReserved1 = */             0,
     1139    /* .cMaxPciDevices = */         0,
    11401140    /* .pszDescription = */         "DMA Controller Device",
    11411141#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevHPET.cpp

    r80531 r80703  
    14891489    /* .cbInstanceCC = */           0,
    14901490    /* .cbInstanceRC = */           0,
    1491     /* .uReserved1 = */             0,
     1491    /* .cMaxPciDevices = */         0,
    14921492    /* .pszDescription = */         "High Precision Event Timer (HPET) Device",
    14931493#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevIoApic.cpp

    r80531 r80703  
    13841384    /* .cbInstanceCC = */           0,
    13851385    /* .cbInstanceRC = */           0,
    1386     /* .uReserved1 = */             0,
     1386    /* .cMaxPciDevices = */         0,
    13871387    /* .pszDescription = */         "I/O Advanced Programmable Interrupt Controller (IO-APIC) Device",
    13881388#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r80531 r80703  
    10541054    /* .cbInstanceCC = */           0,
    10551055    /* .cbInstanceRC = */           0,
    1056     /* .uReserved1 = */             0,
     1056    /* .cMaxPciDevices = */         0,
    10571057    /* .pszDescription = */         "Intel 8259 Programmable Interrupt Controller (PIC) Device.",
    10581058#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevPcArch.cpp

    r80531 r80703  
    298298    /* .cbInstanceCC = */           0,
    299299    /* .cbInstanceRC = */           0,
    300     /* .uReserved1 = */             0,
     300    /* .cMaxPciDevices = */         0,
    301301    /* .pszDescription = */         "PC Architecture Device",
    302302#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r80585 r80703  
    18101810    /* .cbInstanceCC = */           0,
    18111811    /* .cbInstanceRC = */           0,
    1812     /* .uReserved1 = */             0,
     1812    /* .cMaxPciDevices = */         0,
    18131813    /* .pszDescription = */         "PC BIOS Device",
    18141814#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r80531 r80703  
    15391539    /* .cbInstanceCC = */           0,
    15401540    /* .cbInstanceRC = */           0,
    1541     /* .uReserved1 = */             0,
     1541    /* .cMaxPciDevices = */         0,
    15421542    /* .pszDescription = */         "Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device",
    15431543#if defined(IN_RING3)
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r80679 r80703  
    12761276    /* .cbInstanceCC = */           sizeof(RTCSTATECC),
    12771277    /* .cbInstanceRC = */           sizeof(RTCSTATERC),
    1278     /* .uReserved1 = */             0,
     1278    /* .cMaxPciDevices = */         0,
    12791279    /* .pszDescription = */         "Motorola MC146818 RTC/CMOS Device.",
    12801280#ifdef 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