VirtualBox

Changeset 82681 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jan 9, 2020 4:31:04 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135597
Message:

Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 to VirtIO 1.0 semantics. Builds but not working. See BugRef(8561) Comment #49 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r82571 r82681  
    382382    /** Flag whether device is present. */
    383383    bool                            fPresent;
     384
    384385    /** Media port interface. */
    385386    PDMIMEDIAPORT                   IMediaPort;
     
    412413    VIRTIOCORE                      Virtio;
    413414
     415    /** VirtIO Host SCSI device runtime configuration parameters */
     416    VIRTIOSCSI_CONFIG_T             virtioScsiConfig;
     417
    414418    bool                            fBootable;
    415419    bool                            afPadding0[3];
     
    442446    volatile uint32_t               cActiveReqs;
    443447
    444     /** VirtIO Host SCSI device runtime configuration parameters */
    445     VIRTIOSCSI_CONFIG_T             virtioScsiConfig;
    446448
    447449    /** True if the guest/driver and VirtIO framework are in the ready state */
     
    493495    /** Status Target: LEDs port interface. */
    494496    PDMILEDPORTS                    ILeds;
    495 
    496     /** Status Target: Partner of ILeds. */
    497     R3PTRTYPE(PPDMILEDCONNECTORS)   pLedsConnector;
    498497
    499498    /** IMediaExPort: Media ejection notification */
     
    25502549        pTarget->pDevIns = pDevIns;
    25512550        pTarget->uTarget = uTarget;
    2552         pTarget->led.u32Magic = PDMLED_MAGIC;
    25532551
    25542552        pTarget->IBase.pfnQueryInterface                 = virtioScsiR3TargetQueryInterface;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette