summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/PDMDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* (C) 2016vboxsync2016-07-221-1/+1
* VMMR3/PDMDriver.cpp: Allow to deregister STAM values without debug assertion.vboxsync2016-07-201-3/+1
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-5/+5
* VMM: Doxygen fixes.vboxsync2015-10-081-45/+45
* VMM: check the return codevboxsync2015-09-101-5/+2
* *: scm cleanup run.vboxsync2015-08-141-9/+9
* VMM: LogRel nits.vboxsync2015-08-061-3/+3
* VMM: Log and assertion formatting fixes.vboxsync2015-07-181-8/+8
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* PDMDriver: Fixed misused AssertLogRelReturn(). Thank you Jung-uk Kim.vboxsync2015-03-261-5/+1
* PDM,USB: Add methods to detach and attach drivers to USB devices during runti...vboxsync2013-10-081-3/+3
* PDM: init fVMSuspended for USB devices and a todo.vboxsync2013-10-041-1/+1
* VMM: Suspend and resume reasons.vboxsync2013-06-251-0/+39
* STAMR3Deregister* optimizations. Relevant for both startup and shutdown times.vboxsync2013-06-111-1/+1
* VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).vboxsync2013-04-291-2/+3
* PDMCritSectRw: Early morphing stage - untested, ring-3 only.vboxsync2013-03-231-1/+1
* PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal APIs whe...vboxsync2013-01-241-2/+7
* PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a registe...vboxsync2013-01-241-2/+2
* PDMDriver.cpp: (C)vboxsync2012-08-281-1/+1
* PDMDriver.cpp: Don't assert when trying to attach driver at a configured LUN ...vboxsync2012-08-281-1/+2
* PDMDriver: Changed to much, the name we must get via the internal structure (...vboxsync2012-07-131-2/+2
* PDMDriver: Changed the previous fix to use the top level device registration ...vboxsync2012-07-131-9/+9
* PDMDriver.cpp: A pLun can be used with a normal device or a usb device, check...vboxsync2012-07-131-6/+26
* Doxygen.vboxsync2012-06-171-1/+1
* Doxygen.vboxsync2012-06-171-2/+2
* Doxygen, comment typos.vboxsync2012-06-161-2/+2
* Set the idTracing members.vboxsync2012-04-141-1/+3
* NetShaper,E1000: Basic framework and partial implementation for network shapervboxsync2012-03-261-0/+36
* Introduced VBOX_WITH_REM in Config.kmk and the VMM.vboxsync2012-02-281-1/+1
* PDMDriver: Forgot.vboxsync2012-01-241-1/+1
* PDM: Extended the driver chain transformations with a mergeconfig action (unt...vboxsync2012-01-241-40/+107
* PDM: Initial driver chain transformation code (untested).vboxsync2012-01-231-2/+194
* PDM,Devices,Drivers: Add async discard API and make us of itvboxsync2011-09-271-1/+2
* PDM: Enter the device critical section for PDM callback.vboxsync2011-09-231-0/+4
* Fixed a uninitialized variable in a PDM driver method used by VBoxBFE to regi...vboxsync2011-06-111-3/+4
* VMM: Replace most VERR_VERSION_MISMATCH by more specific error statuses. Tran...vboxsync2011-02-011-0/+4
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-5/+5
* VMM source reorg.vboxsync2010-12-271-0/+1476