Changeset 100400 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jul 6, 2023 8:58:02 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r100371 r100400 2493 2493 * Validate and read configuration. 2494 2494 */ 2495 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "NumTargets|Bootable", ""); 2495 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "NumTargets" 2496 "|Bootable" 2497 "|MmioBase" 2498 "|Irq", ""); 2496 2499 2497 2500 int rc = pHlp->pfnCFGMQueryU32Def(pCfg, "NumTargets", &pThis->cTargets, 1); … … 2541 2544 VirtioPciParams.uInterruptLine = 0x00; 2542 2545 VirtioPciParams.uInterruptPin = 0x01; 2546 VirtioPciParams.uDeviceType = VIRTIO_DEVICE_TYPE_SCSI_HOST; 2543 2547 2544 2548 rc = virtioCoreR3Init(pDevIns, &pThis->Virtio, &pThisCC->Virtio, &VirtioPciParams, pThis->szInstance,
Note:
See TracChangeset
for help on using the changeset viewer.