summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/CFGM.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on hardene...vboxsync2023-02-201-0/+14
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-9/+19
* VMM/CFGM: Added missing newline in previous change (r150812).vboxsync2022-05-051-1/+1
* VMM/CFGM: Use %Rhcb to do human readable size formatting.vboxsync2022-04-051-15/+11
* VMM/CFGM: When dumping sizes in human readable units, avoid divisor rounding ...vboxsync2022-04-051-1/+1
* VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053vboxsync2022-03-251-51/+0
* DbgPlugInDiggers,VMM,Main: Refactored the diggers and related interfaces to w...vboxsync2022-01-271-1/+1
* VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/...vboxsync2022-01-261-1/+2
* VMM/CFGM: Use the RTMemSafer allocator for the password strings and scramble ...vboxsync2022-01-211-20/+44
* VMM/CFGM: Must thoroughly wipe password memory before freeing it. bugref:9469vboxsync2022-01-211-1/+6
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* CFGM: bugref:9469 Password data type introducedvboxsync2021-12-171-0/+158
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-0/+1
* VMM: Kicking out raw-mode and 32-bit hosts - CPUM. bugref:9517 bugref:9511vboxsync2019-07-311-9/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* CFGM: Don't assert when config constructor fails.vboxsync2018-10-301-1/+1
* CFGM: comment indent fix.vboxsync2018-08-271-3/+3
* (C) yearvboxsync2017-10-171-1/+1
* Docs nit.vboxsync2017-08-211-1/+1
* fixed tstVMM for r113619vboxsync2017-02-231-6/+0
* CFGM: CFGMR3AreValuesValid - fix argument name in the doc comment.vboxsync2016-10-041-1/+1
* CFGM: when dumping some size, print both MB and GB values for huge valuesvboxsync2016-09-301-4/+4
* CFGM: when dumping some size, rounding to full GB is too coarse-grainedvboxsync2016-09-291-1/+3
* (C) 2016vboxsync2016-07-221-1/+1
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-2/+2
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-20/+31
* *: scm cleanup run.vboxsync2015-08-141-6/+7
* tstVMREQ: mac fix (no raw-mode)vboxsync2015-07-011-0/+13
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* VMM,REM: CPUID revamp - almost there now.vboxsync2015-03-121-3/+3
* CFGMR3ValidateConfig: pszNode has a trailing slash, so don't add an extra one...vboxsync2014-12-191-4/+4
* CFGM: Added CFGMR3Exists for TM.vboxsync2014-12-031-0/+14
* typovboxsync2013-06-261-1/+1
* Added CFGMR3DestroyTree.vboxsync2013-06-261-2/+19
* Made CFGMR3RemoveNode work in standalone mode.vboxsync2013-06-261-1/+2
* CFGM: Made the CFGMR3CreateTree usable with pUVM == NULL for testing purposes.vboxsync2013-06-251-41/+141
* STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).vboxsync2013-03-261-3/+3
* header (C) fixesvboxsync2013-02-041-1/+1
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-1/+2
* CFGM: Changed the config constructor to take a PUVM as well as a PVM parameter.vboxsync2013-01-251-1/+1
* CFGM: Some smaller PVM/PUVM adjustments.vboxsync2013-01-251-6/+13
* VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we can use ...vboxsync2013-01-231-0/+17
* VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with a non-...vboxsync2012-06-301-1/+6
* Doxygen.vboxsync2012-06-171-3/+3
* Doxygen, comment typos.vboxsync2012-06-161-2/+2