VirtualBox

Ignore:
Timestamp:
Jul 14, 2017 9:27:42 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116961
Message:

VSCSI: Added virtual SSC device. WIP, disabled by default.

Location:
trunk/src/VBox/Devices/Storage/VSCSI
Files:
1 added
1 edited

Legend:

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

    r67960 r67961  
    55
    66/*
    7  * Copyright (C) 2006-2016 Oracle Corporation
     7 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2929/** MMC descriptor */
    3030extern VSCSILUNDESC g_VScsiLunTypeMmc;
     31/** SSC descriptor */
     32extern VSCSILUNDESC g_VScsiLunTypeSsc;
    3133
    3234/**
     
    3739    &g_VScsiLunTypeSbc,
    3840    &g_VScsiLunTypeMmc,
     41#ifdef VBOX_WITH_VSCSI_SSC
     42    &g_VScsiLunTypeSsc,
     43#endif
    3944};
    4045
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