VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98644   22 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94850   3 years vboxsync VMM/CFGM: Added missing newline in previous change (r150812).
(edit) @94479   3 years vboxsync VMM/CFGM: Use %Rhcb to do human readable size formatting.
(edit) @94477   3 years vboxsync VMM/CFGM: When dumping sizes in human readable units, avoid divisor …
(edit) @94369   3 years vboxsync VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93393   3 years vboxsync VMM/CFGM: Use the RTMemSafer allocator for the password strings and …
(edit) @93392   3 years vboxsync VMM/CFGM: Must thoroughly wipe password memory before freeing it. …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93015   3 years vboxsync CFGM: bugref:9469 Password data type introduced
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(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) @80064   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - CPUM. bugref:9517 bugref:9511
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @75171   6 years vboxsync CFGM: Don't assert when config constructor fails.
(edit) @73912   6 years vboxsync CFGM: comment indent fix.
(edit) @69111   7 years vboxsync (C) year
(edit) @68484   7 years vboxsync Docs nit.
(edit) @65852   8 years vboxsync fixed tstVMM for r113619
(edit) @64147   8 years vboxsync CFGM: CFGMR3AreValuesValid - fix argument name in the doc comment.
(edit) @64110   8 years vboxsync CFGM: when dumping some size, print both MB and GB values for huge values
(edit) @64103   8 years vboxsync CFGM: when dumping some size, rounding to full GB is too coarse-grained
(edit) @62478   8 years vboxsync (C) 2016
(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) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56719   9 years vboxsync tstVMREQ: mac fix (no raw-mode)
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @54737   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @53574   10 years vboxsync CFGMR3ValidateConfig: pszNode has a trailing slash, so don't add an …
(edit) @53437   10 years vboxsync CFGM: Added CFGMR3Exists for TM.
(edit) @46793   11 years vboxsync typo
(edit) @46792   11 years vboxsync Added CFGMR3DestroyTree.
(edit) @46791   11 years vboxsync Made CFGMR3RemoveNode work in standalone mode.
(edit) @46781   11 years vboxsync CFGM: Made the CFGMR3CreateTree usable with pUVM == NULL for testing …
(edit) @45189   12 years vboxsync STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44386   12 years vboxsync CFGM: Some smaller PVM/PUVM adjustments.
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @41975   12 years vboxsync VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41009   13 years vboxsync CFGM: thousand separator, GB, cb-prefix, and some nits.
(edit) @41004   13 years vboxsync VMM/cfgmR3Dump: human-readable sizes
(edit) @39859   13 years vboxsync CFGMR3CopyTree: Fix and docs.
(edit) @39853   13 years vboxsync CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
(edit) @39838   13 years vboxsync CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
(edit) @39530   13 years vboxsync CFGM: nit.
(edit) @39405   13 years vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(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/CFGM.cpp
(edit) @34240   14 years vboxsync CFGMR3QueryStringAllocDef: Deal with pszDef = NULL.
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