summaryrefslogtreecommitdiff
path: root/include/VBox/vmm/pdmusb.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-9/+2
* VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.vboxsync2023-01-191-1/+5
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053vboxsync2022-03-251-3/+1
* Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM in favor...vboxsync2022-03-231-3/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM/PDMUsb: Add thread helpers to the helper callback table, bugref:10074vboxsync2021-10-291-1/+11
* VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tab...vboxsync2021-10-201-1/+1
* VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tab...vboxsync2021-10-201-3/+10
* VMM/PDMUsb: Add CFGM and SSM helpers to PDMUSBHLP, bugref:10074vboxsync2021-10-201-1/+152
* VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the same set...vboxsync2021-02-151-8/+222
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM/DBGF: Added argv style info handlers. USB devices only have argv-style i...vboxsync2019-08-061-2/+10
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/VBox: Use VBOX_INCLUDED_ rather than ___vbox_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* VBox/vmm/pdmusb.h: Don't include err.h if not needed, just grab errcore.h for...vboxsync2018-12-231-0/+1
* VBox/vmm/pdmusb.h: Don't include err.h if not needed. bugref:9344vboxsync2018-12-231-1/+0
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* USB: When capturing devices, provide the speed rather than USB port version, ...vboxsync2017-12-221-1/+1
* Fixed typo: Occurance -> Occurrence.vboxsync2017-12-081-1/+1
* include/VBox/: (C) yearvboxsync2017-10-171-1/+1
* include/VBox/vmm/pdmusb.h: include pdmins.h, like pdmdev.h, allowing a USB de...vboxsync2017-09-191-0/+1
* VMM: Add PDMR3UsbQueryDriverOnLun and export PDMR3DriverDetachvboxsync2016-10-031-0/+2
* Fixed PDMUSB_CHECK_VERSIONS_XXX macros and deployed them in the ExtPack.vboxsync2016-08-011-6/+6
* (C) 2016vboxsync2016-07-221-1/+1
* USB,Main: Rework USBProxyService. Split it into a USBProxyService and USBProx...vboxsync2015-12-141-1/+1
* include,misc: Corrected a bunch of doxygen errors.vboxsync2015-10-071-7/+7
* VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.vboxsync2015-07-191-7/+12
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to make the ...vboxsync2015-06-081-3/+2
* VBox/pdmdrv.h,pdmdev.h,pdmusb.h: Eliminating RT_UNLIKELY and RT_FAILURE.vboxsync2015-05-191-4/+4
* PDM/VUSB: Provide port/device speed to HCs (and emulated devices).vboxsync2014-11-041-4/+3
* USB: Beginnings of emulated USB3 devices.vboxsync2014-10-201-0/+2
* USB: Integrate USB sniffer. Make it possible to specify a file to dump the tr...vboxsync2014-10-151-2/+3
* VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon for mount...vboxsync2014-05-191-2/+3
* Devices/USB: First part of the rework, move most of the work to dedicated thr...vboxsync2013-12-061-0/+7
* VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or not. Re...vboxsync2013-10-141-0/+17
* PDM,USB: Add methods to detach and attach drivers to USB devices during runti...vboxsync2013-10-081-3/+8
* Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed IMachine::emulate...vboxsync2013-09-101-1/+1
* VMM: PDMR3UsbCreateEmulatedDevicevboxsync2013-09-021-0/+1
* VMM: Suspend and resume reasons.vboxsync2013-06-251-1/+33
* header (C) fixesvboxsync2013-02-041-1/+1
* PDM,++: Change APIs used by Main from PVM to PUVM.vboxsync2013-01-241-3/+3
* PDMUSB: Support attaching virtual USB devices to EHCI.vboxsync2012-11-061-1/+9
* doc typevboxsync2012-11-061-1/+1
* Working on tracking IRQs for tracing and logging purposes.vboxsync2012-04-131-3/+7