VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103359   10 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93718   3 years vboxsync VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91939   3 years vboxsync VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
(edit) @91854   3 years vboxsync VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
(edit) @86510   4 years vboxsync VMM/PDMLdr: Don't try release .r0 objects till PDMR3TermUVM is called, …
(edit) @86499   4 years vboxsync VMM/PDMLdr: Don't try release .r0 objects till PDMR3TermUVM is called, …
(edit) @86426   4 years vboxsync VMM/PDMLdr: Don't try release .r0 objects till PDMR3TermUVM is called, …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80542   5 years vboxsync VMM: Fix for problem loading VBoxEhciR0.r0 after PDM device …
(edit) @80533   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80118   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @78438   6 years vboxsync VMM: More refactoring of GVM & VM structures for bugref:9217
(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) @63429   8 years vboxsync VMM: warnings
(edit) @62643   8 years vboxsync VMMR3: warnings
(edit) @62478   8 years vboxsync (C) 2016
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57377   9 years vboxsync PDMLdr.cpp: Use VMR3SetError for load failures so we can report early …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57211   9 years vboxsync VMM: LogRel nits.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56050   10 years vboxsync PDMLdr.cpp: Made PDMR3LdrGetSymbolRCLazy handle VMMRC.rc lazy loading …
(edit) @55490   10 years vboxsync PDMLdr.cpp: Relax the initialization order requirements.
(edit) @52213   10 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @46915   11 years vboxsync PDMLdrEnumModules: Replaced fRc with a enmCtx so we don't load ring-3 …
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @45830   12 years vboxsync VMM: Don't resolve RC symbols when HM is enabled (fix for r85378)
(edit) @45809   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 2).
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41931   12 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41147   13 years vboxsync SUPDrv,VMM: Tracepoints in raw-mode.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @37443   13 years vboxsync PDM: Implemented the NOP critical section.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35345   14 years vboxsync More VMMGC* -> VMMRC*.
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/PDMLdr.cpp
(edit) @35218   14 years vboxsync Introduced RTPathAppPrivateArchTop for hacking around the …
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