summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/PDMUsb.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-0/+1
* VMM/DBGF: Added argv style info handlers. USB devices only have argv-style i...vboxsync2019-08-061-6/+5
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-2/+2
* USB: When capturing devices, provide the speed rather than USB port version, ...vboxsync2017-12-221-8/+44
* Fixed typo: Occurance -> Occurrence.vboxsync2017-12-081-7/+7
* (C) yearvboxsync2017-10-171-1/+1
* pdmR3UsbCreateDevice: Translate VERR_VERSION_MISMATCH to VERR_PDM_USBDEV_VERS...vboxsync2017-04-071-1/+1
* VMM: Add PDMR3UsbQueryDriverOnLun and export PDMR3DriverDetachvboxsync2016-10-031-0/+53
* VMMR3: warningsvboxsync2016-07-281-2/+5
* (C) 2016vboxsync2016-07-221-1/+1
* typo.vboxsync2015-12-171-1/+1
* USB,Main: Rework USBProxyService. Split it into a USBProxyService and USBProx...vboxsync2015-12-141-3/+3
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-6/+8
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-9/+9
* VMM: Doxygen fixes.vboxsync2015-10-081-1/+1
* *: scm cleanup run.vboxsync2015-08-141-15/+15
* VMM: LogRel nits.vboxsync2015-08-061-6/+6
* VMM: Log and assertion formatting fixes.vboxsync2015-07-181-3/+3
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to make the ...vboxsync2015-06-081-1/+1
* scm automatic cleanups.vboxsync2014-12-311-6/+6
* PDM/VUSB: Provide port/device speed to HCs (and emulated devices).vboxsync2014-11-041-6/+34
* USB: Beginnings of emulated USB3 devices.vboxsync2014-10-201-6/+14
* USB: Integrate USB sniffer. Make it possible to specify a file to dump the tr...vboxsync2014-10-151-27/+31
* USB: Connecting the dots.vboxsync2014-10-101-2/+3
* VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon for mount...vboxsync2014-05-191-1/+41
* VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or not. Re...vboxsync2013-10-141-1/+1
* VMM/SSM: Add support for USB devicesvboxsync2013-10-081-4/+2
* PDM,USB: Add methods to detach and attach drivers to USB devices during runti...vboxsync2013-10-081-4/+228
* VMM: Whitespace cleanups by scm.vboxsync2013-10-071-1/+1
* PDM: init fVMSuspended for USB devices and a todo.vboxsync2013-10-041-1/+4
* Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed IMachine::emulate...vboxsync2013-09-101-5/+2
* VMM: PDMR3UsbCreateEmulatedDevicevboxsync2013-09-021-33/+110
* VMM: Suspend and resume reasons.vboxsync2013-06-251-0/+38
* CFGM: Some smaller PVM/PUVM adjustments.vboxsync2013-01-251-1/+1
* PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal APIs whe...vboxsync2013-01-241-1/+4
* PDM,++: Change APIs used by Main from PVM to PUVM.vboxsync2013-01-241-9/+18
* PDMUSB: Support attaching virtual USB devices to EHCI.vboxsync2012-11-061-4/+16
* too long linevboxsync2012-07-131-1/+2
* Doxygen.vboxsync2012-06-171-1/+1
* Doxygen, comment typos.vboxsync2012-06-161-7/+7
* Doxygen.vboxsync2012-06-161-2/+2
* Set the idTracing members.vboxsync2012-04-141-0/+2
* PDM: Initial driver chain transformation code (untested).vboxsync2012-01-231-2/+3
* VMM: -Wunused-parametervboxsync2011-10-211-1/+3
* VMM,INTNET: Addressing unused variable warnings.vboxsync2011-10-191-1/+1
* VMM: typo.vboxsync2011-07-121-2/+1
* Committed usb_thread.patch with tiny adjustments.vboxsync2011-07-111-0/+18