summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/VMAll.cpp
Commit message (Expand)AuthorAgeFilesLines
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-6/+6
* VMM: Doxygen fixes.vboxsync2015-10-081-3/+3
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* Doxygen.vboxsync2012-06-171-4/+4
* Doxygen, comment typos.vboxsync2012-06-161-2/+2
* VMM: -Wunused-parametervboxsync2011-10-211-0/+2
* VMM,++: Try fix the async reset, suspend and power-off problems in PDM wrt co...vboxsync2011-09-231-6/+6
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-3/+3
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked around me...vboxsync2010-06-211-2/+2
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.vboxsync2009-09-141-4/+2
* VMM,VMMDev: Some VMMR3ReqCall refactoring.vboxsync2009-09-141-9/+4
* VMM: some state stuff (work in progress, back out on bustage).vboxsync2009-09-101-4/+16
* VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.vboxsync2009-06-241-2/+2
* VMMGCCallHost -> VMMRZCallRing3[NoCpu].vboxsync2009-06-241-12/+2
* VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have to cast ...vboxsync2009-05-011-3/+3
* VMSetRuntimeError: clearification, status codes *must* be propagated, there a...vboxsync2009-04-021-7/+4
* VMSetRuntimeErrorV: my patented inverted fFlags verfication again. grumble.vboxsync2009-04-021-1/+1
* VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return informational ...vboxsync2009-04-021-62/+83
* IN_GC -> IN_RC.vboxsync2008-11-051-2/+2
* VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.vboxsync2008-11-041-2/+2
* More SMP groundwork.vboxsync2008-11-041-2/+2
* Started with VM request API changes.vboxsync2008-11-031-2/+2
* #1865: VM.vboxsync2008-10-291-1/+2
* VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. ...vboxsync2008-10-061-5/+5
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* Added VMGetStateName.vboxsync2008-02-061-0/+29
* Fixed init problems wrt. VM ownership by implementing the UVM structure (U = ...vboxsync2008-02-041-7/+7
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+4
* Fixes for taking the address of a va_list parameter. (must make stack copy us...vboxsync2007-09-051-5/+8
* Don't take the address of a va_list parameter. must va_copy it first or GCC/A...vboxsync2007-09-051-1/+4
* Biggest check-in ever. New source code headers for all (C) innotek files.vboxsync2007-08-071-4/+0
* InnoTek -> innotek: all the headers and comments.vboxsync2007-06-011-1/+1
* r=bird: some comments on the runtime error stuff.vboxsync2007-01-251-0/+6
* VMM: Added support for runtime error notifications (VMSetRuntimeError and fri...vboxsync2007-01-231-2/+162
* string.h & stdio.h + header cleanups.vboxsync2007-01-151-1/+1
* importvboxsync1-0/+179