VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90997   3 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90784   3 years vboxsync VMM: VALID_PTR -> RT_VALID_PTR.
(edit) @90348   3 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   3 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @89949   3 years vboxsync VMM/PDMDriver: Add …
(edit) @88811   4 years vboxsync VMM/PDMDrvHlpSTAMDeregisterByPrefix: Don't restrict this to EMT. …
(edit) @88665   4 years vboxsync VMM/PDM: Added PDMDrvHlpSTAMDeregisterByPrefix for speeding up …
(edit) @88373   4 years vboxsync pdmdrv: Added helper for arming timers from drivers. bugref:9890
(edit) @88305   4 years vboxsync VMM/PDMDrvHlp: Made the statistics registration function automatically …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87772   4 years vboxsync VMM/PDM: Doxygen todo fix? bugref:9943
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87761   4 years vboxsync VMM/DrvHlp: Changed the unused (at least internally) pfnTMTimerCreate …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80334   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80154   5 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @69111   7 years vboxsync (C) year
(edit) @64530   8 years vboxsync VMM: typos
(edit) @64506   8 years vboxsync doxygen fix
(edit) @64505   8 years vboxsync doxygen fix
(edit) @64497   8 years vboxsync PDMDriver.cpp Corrected driver transformation value name 'Driver' to …
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @62643   8 years vboxsync VMMR3: warnings
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62360   8 years vboxsync VMMR3/PDMDriver.cpp: Allow to deregister STAM values without debug …
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57684   9 years vboxsync VMM: check the return code
(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   9 years vboxsync VMM: Updated (C) year.
(edit) @54961   10 years vboxsync PDMDriver: Fixed misused AssertLogRelReturn(). Thank you Jung-uk Kim.
(edit) @48980   11 years vboxsync PDM,USB: Add methods to detach and attach drivers to USB devices …
(edit) @48890   11 years vboxsync PDM: init fVMSuspended for USB devices and a todo.
(edit) @46788   11 years vboxsync VMM: Suspend and resume reasons.
(edit) @46493   11 years vboxsync STAMR3Deregister* optimizations. Relevant for both startup and …
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @43038   12 years vboxsync PDMDriver.cpp: (C)
(edit) @43037   12 years vboxsync PDMDriver.cpp: Don't assert when trying to attach driver at a …
(edit) @42141   12 years vboxsync PDMDriver: Changed to much, the name we must get via the internal …
(edit) @42140   12 years vboxsync PDMDriver: Changed the previous fix to use the top level device …
(edit) @42138   12 years vboxsync PDMDriver.cpp: A pLun can be used with a normal device or a usb …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @40920   13 years vboxsync Set the idTracing members.
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39858   13 years vboxsync PDMDriver: Forgot.
(edit) @39854   13 years vboxsync PDM: Extended the driver chain transformations with a mergeconfig …
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38847   13 years vboxsync PDM: Enter the device critical section for PDM callback.
(edit) @37418   13 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(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/PDMDriver.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