VirtualBox

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

修定紀錄模式:


圖例:

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

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