VirtualBox

Changeset 80703 in vbox


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
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevSB16.cpp

    r80531 r80703  
    26072607    /* .cbInstanceCC = */           0,
    26082608    /* .cbInstanceRC = */           0,
    2609     /* .uReserved1 = */             0,
     2609    /* .cMaxPciDevices = */         0,
    26102610    /* .pszDescription = */         "Sound Blaster 16 Controller",
    26112611#if defined(IN_RING3)
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r80531 r80703  
    24692469    /* .cbInstanceCC = */           0,
    24702470    /* .cbInstanceRC = */           0,
    2471     /* .uReserved1 = */             0,
     2471    /* .cMaxPciDevices = */         0,
    24722472    /* .pszDescription = */         "Extensible Firmware Interface Device.\n"
    24732473                                    "LUN#0 - NVRAM port",
  • trunk/src/VBox/Devices/EFI/DevFlash.cpp

    r80671 r80703  
    532532    /* .cbInstanceCC = */           0,
    533533    /* .cbInstanceRC = */           0,
    534     /* .uReserved1 = */             0,
     534    /* .cMaxPciDevices = */         0,
    535535    /* .pszDescription = */         "Flash Memory Device",
    536536#if defined(IN_RING3)
  • trunk/src/VBox/Devices/EFI/DevSmc.cpp

    r80531 r80703  
    15071507    /* .cbInstanceCC = */           0,
    15081508    /* .cbInstanceRC = */           0,
    1509     /* .uReserved1 = */             0,
     1509    /* .cMaxPciDevices = */         0,
    15101510    /* .pszDescription = */         "Apple System Management Controller",
    15111511#if defined(IN_RING3)
  • trunk/src/VBox/Devices/GIMDev/GIMDev.cpp

    r80531 r80703  
    422422    /* .cbInstanceCC = */           0,
    423423    /* .cbInstanceRC = */           0,
    424     /* .uReserved1 = */             0,
     424    /* .cMaxPciDevices = */         0,
    425425    /* .pszDescription = */         "VirtualBox GIM Device",
    426426#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Input/DevPS2.cpp

    r80531 r80703  
    10581058    /* .cbInstanceCC = */           0,
    10591059    /* .cbInstanceRC = */           0,
    1060     /* .uReserved1 = */             0,
     1060    /* .cMaxPciDevices = */         0,
    10611061    /* .pszDescription = */         "PS/2 Keyboard and Mouse device. Emulates both the keyboard, mouse and the keyboard controller.\n"
    10621062                                    "LUN #0 is the keyboard connector.\n"
  • trunk/src/VBox/Devices/Misc/VirtualKD.cpp

    r80531 r80703  
    237237    /* .cbInstanceCC = */           0,
    238238    /* .cbInstanceRC = */           0,
    239     /* .uReserved1 = */             0,
     239    /* .cMaxPciDevices = */         0,
    240240    /* .pszDescription = */         "Provides fast debugging interface when debugging Windows kernel",
    241241#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Network/DevINIP.cpp

    r80531 r80703  
    739739    /* .cbInstanceCC = */           0,
    740740    /* .cbInstanceRC = */           0,
    741     /* .uReserved1 = */             0,
     741    /* .cMaxPciDevices = */         0,
    742742    /* .pszDescription = */         "Internal Network IP stack device",
    743743#if defined(IN_RING3)
  • 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
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r80531 r80703  
    824824    /* .cbInstanceCC = */           0,
    825825    /* .cbInstanceRC = */           0,
    826     /* .uReserved1 = */             0,
     826    /* .cMaxPciDevices = */         0,
    827827    /* .pszDescription = */         "Parallel Communication Port",
    828828#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp

    r80531 r80703  
    9999    /* .cbInstanceCC = */           0,
    100100    /* .cbInstanceRC = */           0,
    101     /* .uReserved1 = */             0,
     101    /* .cMaxPciDevices = */         0,
    102102    /* .pszDescription = */         "VBox Sample Device.",
    103103#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r80531 r80703  
    478478    /* .cbInstanceCC = */           0,
    479479    /* .cbInstanceRC = */           0,
    480     /* .uReserved1 = */             0,
     480    /* .cMaxPciDevices = */         0,
    481481    /* .pszDescription = */         "Serial Communication Port",
    482482#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Storage/DevFdc.cpp

    r80531 r80703  
    28482848    /* .cbInstanceCC = */           0,
    28492849    /* .cbInstanceRC = */           0,
    2850     /* .uReserved1 = */             0,
     2850    /* .cMaxPciDevices = */         0,
    28512851    /* .pszDescription = */         "Floppy drive controller (Intel 82078)",
    28522852#if defined(IN_RING3)
  • trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp

    r80531 r80703  
    844844    /* .cbInstanceCC = */           0,
    845845    /* .cbInstanceRC = */           0,
    846     /* .uReserved1 = */             0,
     846    /* .cMaxPciDevices = */         0,
    847847    /* .pszDescription = */         "Microsoft Bus Mouse controller. LUN #0 is the mouse connector.",
    848848# if defined(IN_RING3)
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r80531 r80703  
    35243524    /* .cbInstanceCC = */           0,
    35253525    /* .cbInstanceRC = */           0,
    3526     /* .uReserved1 = */             0,
     3526    /* .cMaxPciDevices = */         0,
    35273527    /* .pszDescription = */         "Advanced Programmable Interrupt Controller",
    35283528#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