summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/UsbMsd.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Devices/Storage: Change the USB mass storage device emulations to access the ...vboxsync2021-10-201-40/+43
* Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-1/+1
* UsbMsd: Reject more invalid CBWs (see bugref:9862).vboxsync2020-12-241-2/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Devices: Use new volatile SSM getters and enum macros. bugref:9218vboxsync2019-11-111-0/+2
* Devices: A couple of doxygen fixes.vboxsync2019-10-301-1/+1
* Devices/Storage: Add two new parameters to PDMIMEDIAEX::pfnIoReqSendScsiCmd t...vboxsync2019-09-041-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-3/+3
* Devices/Storage/UsbMsd: Notify lower drivers about suspend (missed this devic...vboxsync2018-04-221-0/+3
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-3/+3
* VUSB: Collect opaque class-specific data between config and interface descrip...vboxsync2017-05-191-0/+6
* Storage/UsbMsd: Fix loading older saved states (bug introduced with r111225)vboxsync2017-03-011-1/+1
* gcc 7: fall thruvboxsync2017-03-011-0/+1
* gcc 7: Devices: fall thruvboxsync2017-02-071-2/+1
* Devices: doxygen fixesvboxsync2017-01-041-1/+1
* Devices/Storage: Doxygen fixesvboxsync2016-10-141-1/+1
* build fixvboxsync2016-10-121-2/+2
* UsbMsd: Convert device emulation to use PDMIMEDIAEX and friendsvboxsync2016-10-121-303/+253
* Devices: warnings (clang)vboxsync2016-08-151-0/+2
* usbMsdLoadExec: Should never act on restored data (like allocate memory using...vboxsync2016-08-041-55/+65
* (C) 2016vboxsync2016-07-221-1/+1
* pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, PDMISCSI...vboxsync2016-01-051-0/+1
* *: Doxygen fixes.vboxsync2015-10-091-20/+20
* DECLCALLBACKvboxsync2015-08-171-1/+1
* *: scm cleanup run.vboxsync2015-08-141-15/+18
* Devices: Log & Assertion formatting fixes.vboxsync2015-07-181-1/+1
* PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.vboxsync2015-06-151-1/+23
* UsbMsd: Added scaffolding for returning different descriptors when configured...vboxsync2015-06-121-3/+77
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to make the ...vboxsync2015-06-081-1/+2
* USB/MSD: Fix emulation when it is attached to the EHCI controllervboxsync2015-04-231-1/+1
* VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX since i...vboxsync2015-01-271-8/+20
* PDM/VUSB: Provide port/device speed to HCs (and emulated devices).vboxsync2014-11-041-2/+2
* Removed unused/misspelled struct member.vboxsync2014-11-041-4/+0
* USB: Added required SS descriptors to emulated MSD.vboxsync2014-10-221-4/+43
* USB: Beginnings of emulated USB3 devices.vboxsync2014-10-201-10/+111
* Devices/USB: First part of the rework, move most of the work to dedicated thr...vboxsync2013-12-061-0/+14
* Storage/UsbMsd: Implement save state handlersvboxsync2013-10-141-50/+247
* Devices/UsbMsd: Updatesvboxsync2013-10-081-7/+196
* Devices: Whitespace and svn:keyword cleanups by scm.vboxsync2013-10-071-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* VUSB: interface association descriptor for emulated devices.vboxsync2012-11-261-2/+6