Changeset 82681 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jan 9, 2020 4:31:04 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135597
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r82571 r82681 382 382 /** Flag whether device is present. */ 383 383 bool fPresent; 384 384 385 /** Media port interface. */ 385 386 PDMIMEDIAPORT IMediaPort; … … 412 413 VIRTIOCORE Virtio; 413 414 415 /** VirtIO Host SCSI device runtime configuration parameters */ 416 VIRTIOSCSI_CONFIG_T virtioScsiConfig; 417 414 418 bool fBootable; 415 419 bool afPadding0[3]; … … 442 446 volatile uint32_t cActiveReqs; 443 447 444 /** VirtIO Host SCSI device runtime configuration parameters */445 VIRTIOSCSI_CONFIG_T virtioScsiConfig;446 448 447 449 /** True if the guest/driver and VirtIO framework are in the ready state */ … … 493 495 /** Status Target: LEDs port interface. */ 494 496 PDMILEDPORTS ILeds; 495 496 /** Status Target: Partner of ILeds. */497 R3PTRTYPE(PPDMILEDCONNECTORS) pLedsConnector;498 497 499 498 /** IMediaExPort: Media ejection notification */ … … 2550 2549 pTarget->pDevIns = pDevIns; 2551 2550 pTarget->uTarget = uTarget; 2552 pTarget->led.u32Magic = PDMLED_MAGIC;2553 2551 2554 2552 pTarget->IBase.pfnQueryInterface = virtioScsiR3TargetQueryInterface;
Note:
See TracChangeset
for help on using the changeset viewer.