VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98122   2 years vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94369   3 years vboxsync VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
(edit) @94342   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92155   3 years vboxsync VMM/PDMUsb: Add thread helpers to the helper callback table, bugref:10074
(edit) @91900   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91879   3 years vboxsync VMM/PDMUsb: Add CFGM and SSM helpers to PDMUSBHLP, bugref:10074
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @89673   4 years vboxsync VMM/PDMUsb: Backed out r145077 + 144791. This problem should be fixed …
(edit) @89632   4 years vboxsync Host USB timer: attempt to fix leak when setting USB timer name, …
(edit) @89437   4 years vboxsync Hist USB timer: use uniqe naming in order not to confuse STAM on USB …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87764   4 years vboxsync VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
(edit) @87762   4 years vboxsync VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @83196   5 years vboxsync VMM/PDMUsb: Always include the device name and instance number to …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80153   5 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70322   7 years vboxsync USB: When capturing devices, provide the speed rather than USB port …
(edit) @70039   7 years vboxsync Fixed typo: Occurance -> Occurrence.
(edit) @69111   7 years vboxsync (C) year
(edit) @66467   8 years vboxsync pdmR3UsbCreateDevice: Translate VERR_VERSION_MISMATCH to …
(edit) @64133   8 years vboxsync VMM: Add PDMR3UsbQueryDriverOnLun and export PDMR3DriverDetach
(edit) @62654   8 years vboxsync VMMR3: warnings
(edit) @62478   8 years vboxsync (C) 2016
(edit) @59173   9 years vboxsync typo.
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57211   9 years vboxsync VMM: LogRel nits.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56287   10 years vboxsync VMM: Updated (C) year.
(edit) @56271   10 years vboxsync VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53210   10 years vboxsync PDM/VUSB: Provide port/device speed to HCs (and emulated devices).
(edit) @53097   10 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @53031   10 years vboxsync USB: Connecting the dots.
(edit) @51290   11 years vboxsync VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon …
(edit) @49092   11 years vboxsync VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or …
(edit) @48986   11 years vboxsync VMM/SSM: Add support for USB devices
(edit) @48980   11 years vboxsync PDM,USB: Add methods to detach and attach drivers to USB devices …
(edit) @48936   11 years vboxsync VMM: Whitespace cleanups by scm.
(edit) @48890   11 years vboxsync PDM: init fVMSuspended for USB devices and a todo.
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48234   11 years vboxsync VMM: PDMR3UsbCreateEmulatedDevice
(edit) @46788   11 years vboxsync VMM: Suspend and resume reasons.
(edit) @44386   12 years vboxsync CFGM: Some smaller PVM/PUVM adjustments.
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @43814   12 years vboxsync PDMUSB: Support attaching virtual USB devices to EHCI.
(edit) @42139   12 years vboxsync too long line
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41777   13 years vboxsync Doxygen.
(edit) @40920   13 years vboxsync Set the idTracing members.
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37879   13 years vboxsync VMM: typo.
(edit) @37859   13 years vboxsync Committed usb_thread.patch with tiny adjustments.
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/PDMUsb.cpp
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette