VirtualBox

source: vbox/trunk/include/VBox/pdmdrv.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32157   14 years vboxsync pdmdrv.h: Increment the version, not the magic.
(edit) @32135   14 years vboxsync Checkpoint PDM helper
(edit) @30587   14 years vboxsync IntNet: Profile sends.
(edit) @29521   15 years vboxsync PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28425   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28329   15 years vboxsync pdmdrv.h: fix.
(edit) @28327   15 years vboxsync Added PDMDrvHlpGetSupDrvSession.
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28133   15 years vboxsync pdmdrv.h: Added PDMDrvHlpSTAMRegCounter, PDMDrvHlpSTAMRegProfile and …
(edit) @27935   15 years vboxsync PDM: Document the pfnPowerOff behavior.
(edit) @27933   15 years vboxsync DrvNamedPipe.cpp: Don't assume we'll get a PowerOff call. Always wait …
(edit) @26175   15 years vboxsync PDM: Ring-0 and raw-mode context driver helpers. Driver RC relcoations.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26168   15 years vboxsync PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26151   15 years vboxsync PDM: In the processes of adding PDMR3LdrGetInterface + DrvHlps & DevHlps.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @24744   15 years vboxsync PDM: Async reset notification handling as well.
(edit) @24740   15 years vboxsync VMM, PDM: Need a AsyncNotificationCompleted helper so we can skip the …
(edit) @24730   15 years vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
(edit) @23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22322   15 years vboxsync pdmdrv.h: spaces
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20706   15 years vboxsync VBox/pdmdrv.h: Added PDMDRVHLP::pfnSTAMDeregister, major PDMDRVHLP …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @20096   16 years vboxsync VBox/pdmdrv.h,TM: user argument and flags for driver timers.
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @15940   16 years vboxsync added some more PDMDrv helpers
(edit) @13287   16 years vboxsync clearified pfnTMTimerCreate.
(edit) @13214   16 years vboxsync added missing inline helper
(edit) @13005   16 years vboxsync VMM/doxygen: More links.
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12986   16 years vboxsync More PDM cleanup.
(edit) @12476   16 years vboxsync BusLogic: Complete the device part.
(edit) @8715   17 years vboxsync Fix using several NAT adapters in a single VM.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
(edit) @6221   17 years vboxsync PDM async completion template creation wrapper third attempt
(edit) @6182   17 years vboxsync This is where I meant.
(edit) @6162   17 years vboxsync Wrappers for template creation the right way.
(edit) @6111   17 years vboxsync Add helper to get vm structure from a pdm driver instance
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5266   17 years vboxsync Show a warning message when the guest tries to send a ping packet that …
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @4012   17 years vboxsync Hooked up the PDMThread stuff.
(edit) @4011   17 years vboxsync fixed some header hacks.
(add) @3854   17 years vboxsync Splitting up pdm.h - export the fragments.
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