VirtualBox

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


Ignore:
Timestamp:
Aug 8, 2019 5:36:15 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132642
Message:

Fix doxygen burn and fixed MMIO related macros, and notification area configuration

File:
1 edited

Legend:

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

    r80194 r80201  
    6767 *
    6868 * @param   member   - Member of VIRTIO_PCI_COMMON_CFG_T
    69  * @param   uOffset  - Implied parameter: Offset into VIRTIO_PCI_COMMON_CFG_T
    70  * @param   cb       - Implied parameter: Number of bytes to access
    7169 * @result           - true or false
    7270 */
    7371#define MATCH_SCSI_CONFIG(member) \
    74             (RT_SIZEOFMEMB(VIRTIO_SCSI_CONFIG_T, member) == 64 \
     72            (RT_SIZEOFMEMB(VIRTIO_SCSI_CONFIG_T, member) == 8 \
    7573             && (   uOffset == RT_OFFSETOF(VIRTIO_SCSI_CONFIG_T, member) \
    7674                 || uOffset == RT_OFFSETOF(VIRTIO_SCSI_CONFIG_T, member) + sizeof(uint32_t)) \
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