VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32156   14 years vboxsync space
(edit) @32135   14 years vboxsync Checkpoint PDM helper
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30217   14 years vboxsync VMM: VCC100 warnings.
(edit) @29521   15 years vboxsync PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
(edit) @28853   15 years vboxsync PDMR3AsyncCompletionTemplateCreateDriver,PDMDRVHLP::pfnAsyncCompletionT …
(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) @28330   15 years vboxsync PDMR3LdrGetInterfaceSymbols related fixes.
(edit) @28327   15 years vboxsync Added PDMDrvHlpGetSupDrvSession.
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @26264   15 years vboxsync VMM: More warnings.
(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) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(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) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26162   15 years vboxsync PDM: s/pUsbReg/pReg/g
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26151   15 years vboxsync PDM: In the processes of adding PDMR3LdrGetInterface + DrvHlps & DevHlps.
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(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) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25401   15 years vboxsync PDM: Decrement PDMDRV::cInstances when destroying devices, use a …
(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) @24282   15 years vboxsync PDM: Added missing driver instance checks.
(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) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21789   15 years vboxsync PDMDriver/DevHlp.cpp: Don't use dash when mangling queue names, STAM …
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20706   15 years vboxsync VBox/pdmdrv.h: Added PDMDRVHLP::pfnSTAMDeregister, major PDMDRVHLP …
(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) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18614   16 years vboxsync PDMDRVHLP::pfnPDMPollerRegister: No longer supported.
(edit) @14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(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) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12970   16 years vboxsync #1865: PDMINS.
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @10710   16 years vboxsync Fix debug logging in PDMDriver
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(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) @5722   17 years vboxsync Added a bottom pointer to the PDMLUN structure. Added plugge/unplugged …
(edit) @5530   17 years vboxsync VBOX_WITH_USB
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5283   17 years vboxsync internal networking fixes.
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(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) @4012   17 years vboxsync Hooked up the PDMThread stuff.
(edit) @3857   17 years vboxsync PDMUsb - work in progress.
(edit) @3853   17 years vboxsync Some more USB sketching…
(edit) @3852   17 years vboxsync Finally splitting up pdm.h. Working on integrating USB into PDM …
(edit) @3520   17 years vboxsync PDMThread (unfinished).
(edit) @3112   17 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1354   18 years vboxsync Make it possible to move shared libs from /opt/VirtualBox-xxx to …
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @23   18 years vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 years vboxsync import
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