Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 41800)
@@ -2370,5 +2370,5 @@
  *
  * @returns boolean
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(bool) CPUMIsGuestDebugStateActive(PVMCPU pVCpu)
@@ -2381,5 +2381,5 @@
  *
  * @returns boolean
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(bool) CPUMIsHyperDebugStateActive(PVMCPU pVCpu)
@@ -2393,5 +2393,5 @@
  *
  * @returns boolean
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(void) CPUMDeactivateGuestDebugState(PVMCPU pVCpu)
@@ -2405,5 +2405,5 @@
  *
  * @returns boolean
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(void) CPUMDeactivateHyperDebugState(PVMCPU pVCpu)
@@ -2433,5 +2433,5 @@
  *
  * @returns cpl
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pRegFrame   Trap register frame.
  */
Index: /trunk/src/VBox/VMM/VMMAll/EMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 41800)
@@ -203,5 +203,5 @@
  * Locks REM execution to a single VCpu
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(void) EMRemLock(PVM pVM)
@@ -222,5 +222,5 @@
  * Unlocks REM execution
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMDECL(void) EMRemUnlock(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IOMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/IOMAll.cpp	(revision 41800)
@@ -215,5 +215,5 @@
  * @retval  VINF_IOM_R3_IOPORT_READ     Defer the read to ring-3. (R0/GC only)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Port        The port to read.
  * @param   pu32Value   Where to store the value read.
@@ -388,5 +388,5 @@
  * @retval  VINF_IOM_R3_IOPORT_READ     Defer the read to ring-3. (R0/GC only)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Port        The port to read.
  * @param   pGCPtrDst   Pointer to the destination buffer (GC, incremented appropriately).
@@ -540,5 +540,5 @@
  * @retval  VINF_IOM_R3_IOPORT_WRITE    Defer the write to ring-3. (R0/GC only)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Port        The port to write to.
  * @param   u32Value    The value to write.
@@ -688,5 +688,5 @@
  * @retval  VINF_IOM_R3_IOPORT_WRITE    Defer the write to ring-3. (R0/GC only)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Port        The port to write.
  * @param   pGCPtrSrc   Pointer to the source buffer (GC, incremented appropriately).
@@ -841,5 +841,5 @@
  * @retval  VINF_EM_RESCHEDULE_REM      The exception was dispatched and cannot be executed in raw-mode. (TRPMRaiseXcptErr)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pCtxCore    Pointer to register frame.
  * @param   Port        The I/O port number.
Index: /trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp	(revision 41800)
@@ -1430,5 +1430,5 @@
  *
  * @returns VBox status code (appropriate for GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode  CPU Error code.  This is UINT32_MAX when we don't have
  *                      any error code (the EPT misconfig hack).
@@ -1667,5 +1667,5 @@
  *
  * @returns VBox status code (appropriate for GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode  CPU Error code.
  * @param   pCtxCore    Trap register frame.
@@ -1686,5 +1686,5 @@
  *
  * @returns VBox status code (appropriate for GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode  CPU Error code.
  * @param   pCtxCore    Trap register frame.
@@ -1710,5 +1710,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          The physical address the guest is writing to.
  * @param   pvPhys          The HC mapping of that address.
@@ -1769,5 +1769,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      The physical address to read.
  * @param   pu32Value   Where to store the value read.
@@ -1898,5 +1898,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      The physical address to write to.
  * @param   u32Value    The value to write.
Index: /trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp	(revision 41800)
@@ -1205,5 +1205,5 @@
 /**
  * Dumps the hypervisor heap to Log.
- * @param pVM       VM Handle.
+ * @param pVM       Pointer to the VM.
  */
 VMMDECL(void) MMHyperHeapDump(PVM pVM)
@@ -1251,5 +1251,5 @@
  *
  * @returns Base address of the hypervisor area.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pcb         Where to store the size of the hypervisor area. (out)
  */
@@ -1267,5 +1267,5 @@
  * @returns true if inside.
  * @returns false if outside.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       The pointer to check.
  */
Index: /trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp	(revision 41800)
@@ -81,5 +81,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   HCPhysPage  The physical address of a page.
  * @param   ppvPage     Where to store the address corresponding to HCPhysPage.
@@ -112,5 +112,5 @@
  *
  * @returns Pointer to the page at that physical address.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   HCPhysPage  The physical address of a page.
  * @thread  The Emulation Thread.
@@ -138,5 +138,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   HCPhysPage  The physical address of a page.
  * @param   ppvPage     Where to store the address corresponding to HCPhysPage.
@@ -203,5 +203,5 @@
  *
  * @returns Physical address for the specified page table.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvPage      Page which physical address we query.
  * @thread  The Emulation Thread.
Index: /trunk/src/VBox/VMM/VMMAll/PATMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PATMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/PATMAll.cpp	(revision 41800)
@@ -43,5 +43,5 @@
  * IF and IOPL eflags bits, the caller will enforce those to set and 0 respectively.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pCtxCore    The cpu context core.
  * @see     pg_raw
@@ -113,5 +113,5 @@
  ** @note Only here we are allowed to switch back to guest code (without a special reason such as a trap in patch code)!!
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pCtxCore    The cpu context core.
  * @param   rawRC       Raw mode return code
@@ -237,5 +237,5 @@
  * Check if we must use raw mode (patch code being executed)
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pAddrGC     Guest context address
  */
Index: /trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PDMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/PDMAll.cpp	(revision 41800)
@@ -100,5 +100,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   u8Irq           The IRQ line.
  * @param   u8Level         The new level.
@@ -157,5 +157,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   u8Irq           The IRQ line.
  * @param   u8Level         The new level.
@@ -179,5 +179,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCAddr          Request address.
  * @param   u8Value         Request value.
@@ -203,5 +203,5 @@
  *
  * @returns VBox true if IO-APIC is present
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMDECL(bool) PDMHasIoApic(PVM pVM)
@@ -215,5 +215,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   u64Base         The new base.
  */
@@ -236,5 +236,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pu64Base        Where to store the APIC base.
  */
@@ -328,5 +328,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   iCpu            Target CPU.
  * @param   u32Reg          MSR to write.
@@ -348,5 +348,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   iCpu            Target CPU.
  * @param   u32Reg          MSR to read.
@@ -413,5 +413,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pv              Ring-3 pointer.
  * @param   pGCPhys         GC phys address (out).
@@ -435,5 +435,5 @@
  *
  * @returns dev heap enabled status (true/false)
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMDECL(bool)   PDMVMMDevHeapIsEnabled(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllGst.h	(revision 41800)
@@ -614,5 +614,5 @@
  * @returns true if bits were flushed.
  * @returns false if bits weren't flushed.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pPDSrc  The page directory.
  * @param   cr4     The cr4 register value.
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 41800)
@@ -67,5 +67,5 @@
  *          one. A debug assertion is raised.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type. Any of the PGMPHYSHANDLERTYPE_PHYSICAL* enums.
  * @param   GCPhys          Start physical address.
@@ -253,5 +253,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      Start physical address.
  */
@@ -536,5 +536,5 @@
  *          For all return codes other than VERR_PGM_HANDLER_NOT_FOUND and VINF_SUCCESS the range is deregistered
  *          and a new registration must be performed!
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhysCurrent   Current location.
  * @param   GCPhys          New location.
@@ -643,5 +643,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          Start physical address.
  * @param   pfnHandlerR3    The R3 handler.
@@ -694,5 +694,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          Start physical address of the handler.
  * @param   GCPhysSplit     The split address.
@@ -760,5 +760,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys1         Start physical address of the first handler.
  * @param   GCPhys2         Start physical address of the second handler.
@@ -842,5 +842,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle
+ * @param   pVM         Pointer to the VM
  * @param   GCPhys      The start address of the handler regions, i.e. what you
  *                      passed to PGMR3HandlerPhysicalRegister(),
@@ -951,5 +951,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM Handle
+ * @param   pVM                 Pointer to the VM
  * @param   GCPhys              The start address of the access handler. This
  *                              must be a fully page aligned range or we risk
@@ -1240,5 +1240,5 @@
  *
  * @returns boolean
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      Start physical address earlier passed to PGMR3HandlerPhysicalRegister().
  * @remarks Caller must take the PGM lock...
@@ -1304,5 +1304,5 @@
  *
  * @returns true or false
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           Virtual address.
  * @remarks Will acquire the PGM lock.
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp	(revision 41800)
@@ -117,5 +117,5 @@
  *
  * @returns VBox status.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       Virtual address of the first page in the range.
  * @param   cb          Size (in bytes) of the range to apply the modification to.
@@ -134,5 +134,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       Virtual address of the first page in the range.
  * @param   cb          Size (in bytes) of the range to apply the modification to.
Index: /trunk/src/VBox/VMM/VMMAll/REMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/REMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/REMAll.cpp	(revision 41800)
@@ -80,5 +80,5 @@
  * Insert pending notification
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pRec            Notification record to insert
  */
@@ -132,5 +132,5 @@
  * Notification about a successful PGMR3HandlerPhysicalRegister() call.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type.
  * @param   GCPhys          Handler range address.
@@ -153,5 +153,5 @@
  * Notification about a successful PGMR3HandlerPhysicalDeregister() operation.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type.
  * @param   GCPhys          Handler range address.
@@ -176,5 +176,5 @@
  * Notification about a successful PGMR3HandlerPhysicalModify() call.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type.
  * @param   GCPhysOld       Old handler range address.
Index: /trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/SELMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/SELMAll.cpp	(revision 41800)
@@ -45,5 +45,5 @@
  *
  * @returns Flat address.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   Sel     Selector part.
  * @param   Addr    Address part.
@@ -77,5 +77,5 @@
  *
  * @returns Flat address.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   SelReg      Selector register
  * @param   pCtxCore    CPU context
@@ -689,5 +689,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   The virtual CPU handle.
  * @param   SelCPL  Current privilege level. Get this from SS - CS might be conforming!
@@ -893,5 +893,5 @@
  *
  * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits)
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   The virtual CPU handle.
  * @param   Sel     The selector.
@@ -956,5 +956,5 @@
  *
  * @returns Hypervisor's Trap 08 (\#DF) selector.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMDECL(RTSEL) SELMGetTrap8Selector(PVM pVM)
@@ -967,5 +967,5 @@
  * Sets EIP of Hypervisor's Trap 08 (\#DF) TSS.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   u32EIP  EIP of Trap 08 handler.
  */
@@ -979,5 +979,5 @@
  * Sets ss:esp for ring1 in main Hypervisor's TSS.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   ss      Ring1 SS register value. Pass 0 if invalid.
  * @param   esp     Ring1 ESP register value.
@@ -998,5 +998,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pSS     Ring1 SS register value.
  * @param   pEsp    Ring1 ESP register value.
@@ -1079,5 +1079,5 @@
  *
  * @returns Pointer to the guest TSS, RTRCPTR_MAX if not being monitored.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMDECL(RTGCPTR) SELMGetGuestTSS(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMAll/TMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/TMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/TMAll.cpp	(revision 41800)
@@ -529,5 +529,5 @@
  * Checks that the timer queues are sane.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  *
  * @remarks Called while owning the lock.
Index: /trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp	(revision 41800)
@@ -370,5 +370,5 @@
  *
  * @returns The timestamp.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  *
  * @remark  While the flow of time will never go backwards, the speed of the
@@ -390,5 +390,5 @@
  *
  * @returns The timestamp.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  *
  * @remarks See TMVirtualGet.
@@ -419,5 +419,5 @@
  *
  * @returns The timestamp.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   u64                 raw virtual time.
  * @param   off                 offVirtualSync.
@@ -620,5 +620,5 @@
  *
  * @returns The timestamp.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   fCheckTimers        Check timers or not
  * @param   pcNsToDeadline      Where to return the number of nano seconds to
@@ -858,5 +858,5 @@
  *
  * @returns The timestamp.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @thread  EMT.
  * @remarks May set the timer and virtual sync FFs.
@@ -873,5 +873,5 @@
  *
  * @returns The timestamp.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @thread  EMT.
  * @remarks May set the timer and virtual sync FFs.
@@ -887,5 +887,5 @@
  *
  * @returns The timestamp.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   fCheckTimers    Check timers on the virtual clock or not.
  * @thread  EMT.
@@ -903,5 +903,5 @@
  *
  * @returns The timestamp.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pcNsToDeadline      Where to return the number of nano seconds to
  *                              the next virtual sync timer deadline.
@@ -922,5 +922,5 @@
  *
  * @returns The number of TMCLOCK_VIRTUAL ticks.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @thread  EMT.
  * @remarks May set the timer and virtual sync FFs.
@@ -938,5 +938,5 @@
  *
  * @return  The current lag.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMM_INT_DECL(uint64_t) TMVirtualSyncGetLag(PVM pVM)
@@ -950,5 +950,5 @@
  *
  * @return  The current catch0up percent. 0 means running at the same speed as the virtual clock.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMM_INT_DECL(uint32_t) TMVirtualSyncGetCatchUpPct(PVM pVM)
@@ -964,5 +964,5 @@
  *
  * @returns The frequency.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMM_INT_DECL(uint64_t) TMVirtualGetFreq(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp	(revision 41800)
@@ -314,5 +314,5 @@
  * probably also use this facility to save the original trap.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMDECL(void) TRPMSaveTrap(PVMCPU pVCpu)
@@ -330,5 +330,5 @@
  * Multiple restores of a saved trap is possible.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMDECL(void) TRPMRestoreTrap(PVMCPU pVCpu)
Index: /trunk/src/VBox/VMM/VMMAll/VMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/VMAll.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMAll/VMAll.cpp	(revision 41800)
@@ -42,5 +42,5 @@
  *    return VM_SET_ERROR(pVM, VERR_OF_YOUR_CHOICE, "descriptive message");
  *    @endcode
- * @param   pVM             VM handle. Must be non-NULL.
+ * @param   pVM             Pointer to the VM. Must be non-NULL.
  * @param   rc              VBox status code.
  * @param   RT_SRC_POS_DECL Use RT_SRC_POS.
@@ -66,5 +66,5 @@
  *    return VM_SET_ERROR(pVM, VERR_OF_YOUR_CHOICE, "descriptive message");
  *    @endcode
- * @param   pVM             VM handle. Must be non-NULL.
+ * @param   pVM             Pointer to the VM. Must be non-NULL.
  * @param   rc              VBox status code.
  * @param   RT_SRC_POS_DECL Use RT_SRC_POS.
@@ -103,5 +103,5 @@
  * APIs for retrieving the VMERROR copy later.
  *
- * @param   pVM             VM handle. Must be non-NULL.
+ * @param   pVM             Pointer to the VM. Must be non-NULL.
  * @param   rc              VBox status code.
  * @param   RT_SRC_POS_DECL Use RT_SRC_POS.
@@ -298,5 +298,5 @@
  * APIs for retrieving the VMRUNTIMEERROR copy later.
  *
- * @param   pVM             VM handle. Must be non-NULL.
+ * @param   pVM             Pointer to the VM. Must be non-NULL.
  * @param   fFlags          The error flags.
  * @param   pszErrorId      Error ID string.
Index: /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp	(revision 41800)
@@ -914,5 +914,5 @@
  * Sets an irq on the PIC and I/O APIC.
  *
- * @returns true if     delivered, false if postponed.
+ * @returns true if delivered, false if postponed.
  * @param   pVM         Pointer to the VM.
  * @param   iIrq        The irq.
@@ -955,6 +955,6 @@
  *
  * @returns See PFNPDMDEVREQHANDLERR0.
- * @param   pVM                 The VM handle (for validation).
- * @param   pReq                The request buffer.
+ * @param   pVM                 Pointer to the VM (for validation).
+ * @param   pReq                Pointer to the request buffer.
  */
 VMMR0_INT_DECL(int) PDMR0DeviceCallReqHandler(PVM pVM, PPDMDEVICECALLREQHANDLERREQ pReq)
Index: /trunk/src/VBox/VMM/VMMR0/PDMR0Driver.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PDMR0Driver.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR0/PDMR0Driver.cpp	(revision 41800)
@@ -34,6 +34,6 @@
  *
  * @returns See PFNPDMDRVREQHANDLERR0.
- * @param   pVM                 The VM handle (for validation).
- * @param   pReq                The request buffer.
+ * @param   pVM                 Pointer to the VM (for validation).
+ * @param   pReq                Pointer to the request buffer.
  */
 VMMR0_INT_DECL(int) PDMR0DriverCallReqHandler(PVM pVM, PPDMDRIVERCALLREQHANDLERREQ pReq)
Index: /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 41800)
@@ -379,5 +379,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM                 VM Handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pVCpu               VMCPU Handle.
  * @param   enmShwPagingMode    Paging mode for the nested page tables.
Index: /trunk/src/VBox/VMM/VMMR3/CFGM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CFGM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/CFGM.cpp	(revision 41800)
@@ -141,5 +141,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3DECL(int) CFGMR3Term(PVM pVM)
@@ -155,5 +155,5 @@
  *
  * @returns Pointer to root node.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3DECL(PCFGMNODE) CFGMR3GetRoot(PVM pVM)
@@ -820,5 +820,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) CFGMR3ConstructDefaultTree(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMR3/CPUM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/CPUM.cpp	(revision 41800)
@@ -1937,5 +1937,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -1974,5 +1974,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pCpumctx16      Version 1.6 CPUMCTX
  */
@@ -2386,5 +2386,5 @@
  * Formats a full register dump.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pCtx        The context to format.
  * @param   pCtxCore    The context core to format.
@@ -2605,5 +2605,5 @@
  * Display all cpu states and any other cpum info.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     Arguments, ignored.
@@ -2662,5 +2662,5 @@
  * Display the guest cpu state.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     Arguments, ignored.
@@ -2687,5 +2687,5 @@
  * Display the current guest instruction
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     Arguments, ignored.
@@ -2710,5 +2710,5 @@
  * Display the hypervisor cpu state.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     Arguments, ignored.
@@ -2731,5 +2731,5 @@
  * Display the host cpu state.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     Arguments, ignored.
@@ -2872,5 +2872,5 @@
  * Display the guest CpuId leaves.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helper functions.
  * @param   pszArgs     "terse", "default" or "verbose".
@@ -3605,5 +3605,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle
+ * @param   pVM         Pointer to the VM
  * @param   pVCpu       VMCPU Handle
  * @param   pCtx        CPU context
Index: /trunk/src/VBox/VMM/VMMR3/CSAM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 41800)
@@ -469,5 +469,5 @@
  * @returns VBox status code.
  * @param   pNode           Current node
- * @param   pVM1            VM Handle
+ * @param   pVM1            Pointer to the VM
  */
 static DECLCALLBACK(int) SavePageState(PAVLPVNODECORE pNode, void *pVM1)
@@ -496,5 +496,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -545,5 +545,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -2083,5 +2083,5 @@
  * Callback for delayed writes from non-EMT threads
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   cbBuf           How much it's reading/writing.
@@ -2101,5 +2101,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
@@ -2144,5 +2144,5 @@
  * \#PF Handler callback for invalidation of virtual access handler ranges.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest has changed.
  */
Index: /trunk/src/VBox/VMM/VMMR3/DBGF.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGF.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/DBGF.cpp	(revision 41800)
@@ -104,5 +104,5 @@
  *
  * @returns Previous command.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  * @param   enmCmd  The command.
  */
@@ -132,5 +132,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Init(PVM pVM)
@@ -155,5 +155,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Term(PVM pVM)
@@ -226,5 +226,5 @@
  * whenever the VMM need to relocate it self inside the GC.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   offDelta    Relocation delta relative to old location.
  */
@@ -240,5 +240,5 @@
  *
  * @returns True is a debugger have attached.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmEvent    Event.
  */
@@ -297,5 +297,5 @@
  * @returns VINF_SUCCESS normally.
  * @returns VERR_DBGF_RAISE_FATAL_ERROR to pretend a fatal error happened.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3VMMForcedAction(PVM pVM)
@@ -608,5 +608,5 @@
  *
  * @returns VBox status. (clearify)
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 static int dbgfR3VMMWait(PVM pVM)
@@ -734,5 +734,5 @@
  *
  * @returns VBox status. (clearify!)
- * @param   pVM                 VM Handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   enmCmd              The command in question.
  * @param   pCmdData            Pointer to the command data.
@@ -856,5 +856,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Attach(PVM pVM)
@@ -904,5 +904,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Detach(PVM pVM)
@@ -950,5 +950,5 @@
  *
  * @returns VBox status. Will not return VBOX_INTERRUPTED.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   cMillies    Number of millis to wait.
  * @param   ppEvent     Where to store the event pointer.
@@ -984,5 +984,5 @@
  *
  * @returns VBox status.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Halt(PVM pVM)
@@ -1011,5 +1011,5 @@
  * @returns True if halted.
  * @returns False if not halted.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(bool) DBGFR3IsHalted(PVM pVM)
@@ -1029,5 +1029,5 @@
  * @returns True if waitable.
  * @returns False if not waitable.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(bool) DBGFR3CanWait(PVM pVM)
@@ -1044,5 +1044,5 @@
  *
  * @returns VBox status.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) DBGFR3Resume(PVM pVM)
@@ -1072,5 +1072,5 @@
  *
  * @returns VBox status.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   idCpu   The ID of the CPU to single step on.
  */
Index: /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp	(revision 41800)
@@ -90,5 +90,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle
+ * @param   pVM         Pointer to the VM
  * @param   pVCpu       VMCPU handle
  * @param   pSelInfo    The selector info.
@@ -561,5 +561,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   idCpu           The ID of virtual CPU.
  * @param   Sel             The code selector. This used to determine the 32/16 bit ness and
@@ -652,5 +652,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pVCpu           The virtual CPU handle, defaults to CPU 0 if NULL.
  * @param   Sel             The code selector. This used to determine the 32/16 bit-ness and
Index: /trunk/src/VBox/VMM/VMMR3/DBGFInfo.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFInfo.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFInfo.cpp	(revision 41800)
@@ -78,5 +78,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 int dbgfR3InfoInit(PVM pVM)
@@ -108,5 +108,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 int dbgfR3InfoTerm(PVM pVM)
@@ -211,5 +211,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -278,5 +278,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -324,5 +324,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -370,5 +370,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -385,5 +385,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -425,5 +425,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   pszDesc     The description of the info and any arguments the handler may take.
@@ -466,5 +466,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pDevIns     Device instance.
  * @param   pszName     The identifier of the info. If NULL all owned by the device.
@@ -541,5 +541,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pDrvIns     Driver instance.
  * @param   pszName     The identifier of the info. If NULL all owned by the driver.
@@ -617,5 +617,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info.
  * @param   enmType     The info owner type.
@@ -666,5 +666,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info. If NULL all owned by the device.
  */
@@ -680,5 +680,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info. If NULL all owned by the device.
  */
@@ -788,5 +788,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pszName     The identifier of the info to display.
  * @param   pszArgs     Arguments to the info handler.
@@ -803,5 +803,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   idCpu       The CPU to exectue the request on.  Pass NIL_VMCPUID
  *                      to not involve any EMT.
@@ -944,5 +944,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pfnCallback     Pointer to callback function.
  * @param   pvUser          User argument to pass to the callback.
Index: /trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp	(revision 41800)
@@ -446,5 +446,5 @@
  *          pagetable or page backing the selector table wasn't present.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   idCpu       The ID of the virtual CPU context.
  * @param   Sel         The selector to get info about.
Index: /trunk/src/VBox/VMM/VMMR3/DBGFSym.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFSym.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFSym.cpp	(revision 41800)
@@ -428,5 +428,5 @@
  *          Failure will stop the search and return the return code.
  *          Warnings will be ignored and not returned.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszFilename     Module filename.
  * @param   pszName         Module name. (short and unique)
@@ -455,5 +455,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  */
 int dbgfR3SymTerm(PVM pVM)
@@ -690,5 +690,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszFilename     Path to the file containing the symbol information.
  *                          This can be the executable image, a flat symbol file of some kind or stripped debug info.
@@ -833,5 +833,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   ModuleAddress   Module address. Use 0 if no module.
  * @param   SymbolAddress   Symbol address
@@ -876,5 +876,5 @@
  *
  * @returns VBox status.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   Address             Address.
  * @param   poffDisplacement    Where to store the symbol displacement from Address.
@@ -965,5 +965,5 @@
  *
  * @returns VBox status.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pszSymbol           Symbol name.
  * @param   pSymbol             Where to store the symbol info.
@@ -1021,5 +1021,5 @@
  *
  * @returns VBox status.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   Address             Address.
  * @param   poffDisplacement    Where to store the line displacement from Address.
@@ -1085,5 +1085,5 @@
  * @returns Pointer to the line. Must be freed using DBGFR3LineFree().
  * @returns NULL if the line was not found or if we're out of memory.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   Address             Address.
  * @param   poffDisplacement    Where to store the line displacement from Address.
Index: /trunk/src/VBox/VMM/VMMR3/EM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/EM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/EM.cpp	(revision 41800)
@@ -493,5 +493,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -532,5 +532,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -716,5 +716,5 @@
  *
  * @returns VBox status code for EM.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   VMCPU handle.
  * @param   rc      Current EM VBox status code..
@@ -892,5 +892,5 @@
  *          VINF_EM_RESCHEDULE, VINF_EM_SUSPEND, VINF_EM_RESET and VINF_EM_TERMINATE.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -952,5 +952,5 @@
  *          VINF_EM_SUSPEND, VINF_EM_RESET and VINF_EM_TERMINATE.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   pfFFDone    Where to store an indicator telling whether or not
@@ -1325,5 +1325,5 @@
  * @returns rc or a fatal status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   rc          The current rc.
@@ -1364,5 +1364,5 @@
  *          VINF_EM_SUSPEND, VINF_EM_RESET and VINF_EM_TERMINATE.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   rc          The current rc.
@@ -2309,5 +2309,5 @@
  * Notify EM of a state change (used by FTM)
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3DECL(int) EMR3NotifySuspend(PVM pVM)
@@ -2324,5 +2324,5 @@
  * Notify EM of a state change (used by FTM)
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3DECL(int) EMR3NotifyResume(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp	(revision 41800)
@@ -158,5 +158,5 @@
  * @returns VBox status code suitable for EM.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle
  * @param   rcRC        Return code from RC.
@@ -259,5 +259,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   pszPrefix   Disassembly prefix. If not NULL we'll disassemble the
@@ -278,5 +278,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -459,5 +459,5 @@
  *          VINF_EM_RESCHEDULE_REM, VINF_EM_SUSPEND, VINF_EM_RESET and VINF_EM_TERMINATE.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   pfFFDone    Where to store an indicator telling whether or not
Index: /trunk/src/VBox/VMM/VMMR3/EMRaw.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/EMRaw.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/EMRaw.cpp	(revision 41800)
@@ -76,5 +76,5 @@
 /**
  * Just a braindead function to keep track of cli addresses.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVMCPU      VMCPU handle.
  * @param   GCPtrInstr  The EIP of the cli instruction.
@@ -257,5 +257,5 @@
  * @returns VBox status code suitable for EM.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle
  * @param   rcGC        GC return code
@@ -391,5 +391,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   pszPrefix   Disassembly prefix. If not NULL we'll disassemble the
@@ -410,5 +410,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -504,5 +504,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -664,5 +664,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -723,5 +723,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   VMCPU handle.
  * @param   pCtx    CPU context
@@ -907,5 +907,5 @@
  *
  * @returns VBox status code suitable for EM.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   VMCPU handle;
  */
@@ -1328,5 +1328,5 @@
  *          VINF_EM_RESCHEDULE_REM, VINF_EM_SUSPEND, VINF_EM_RESET and VINF_EM_TERMINATE.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   pfFFDone    Where to store an indicator telling whether or not
Index: /trunk/src/VBox/VMM/VMMR3/FTM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/FTM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/FTM.cpp	(revision 41800)
@@ -676,5 +676,5 @@
  * PGMR3PhysEnumDirtyFTPages callback for syncing dirty physical pages
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          GC physical address
  * @param   pRange          HC virtual address of the page(s)
@@ -848,5 +848,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  */
 static int ftmR3SyncMem(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMR3/HWACCM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/HWACCM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/HWACCM.cpp	(revision 41800)
@@ -1627,5 +1627,5 @@
  * needs to be removed.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) HWACCMR3Reset(PVM pVM)
@@ -2638,5 +2638,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -2721,5 +2721,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
Index: /trunk/src/VBox/VMM/VMMR3/IOM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/IOM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/IOM.cpp	(revision 41800)
@@ -260,5 +260,5 @@
  * The VM is being reset.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3_INT_DECL(void) IOMR3Reset(PVM pVM)
@@ -393,5 +393,5 @@
  * @returns Pointer to new stats node.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Port        Port.
  * @param   pszDesc     Description.
@@ -446,5 +446,5 @@
  * @returns Pointer to new stats node.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      The address.
  * @param   pszDesc     Description.
@@ -498,5 +498,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the port range.
  * @param   PortStart           First port number in the range.
@@ -596,5 +596,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the port range.
  * @param   PortStart           First port number in the range.
@@ -710,5 +710,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the port range.
  * @param   PortStart           First port number in the range.
@@ -1268,5 +1268,5 @@
  * Display all registered I/O port ranges.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -1393,5 +1393,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the MMIO range.
  * @param   GCPhysStart         First physical address in the range.
@@ -1511,5 +1511,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the MMIO range.
  * @param   GCPhysStart         First physical address in the range.
@@ -1567,5 +1567,5 @@
  * @returns VBox status code.
  *
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             PDM device instance owning the MMIO range.
  * @param   GCPhysStart         First physical address in the range.
@@ -1750,5 +1750,5 @@
  * Display registered MMIO ranges to the log.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
Index: /trunk/src/VBox/VMM/VMMR3/MM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/MM.cpp	(revision 41800)
@@ -506,5 +506,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -523,5 +523,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion       Data layout version.
@@ -707,5 +707,5 @@
  *
  * @returns VBox status.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   HCPhys      The host context virtual address.
  * @param   ppv         Where to store the resulting address.
Index: /trunk/src/VBox/VMM/VMMR3/MMHeap.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMHeap.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/MMHeap.cpp	(revision 41800)
@@ -152,5 +152,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -192,5 +192,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -231,5 +231,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -271,5 +271,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
Index: /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp	(revision 41800)
@@ -405,5 +405,5 @@
  * @return VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvR3        Ring-3 address of the memory. Must be page aligned!
  * @param   pvR0        Optional ring-0 address of the memory.
@@ -458,5 +458,5 @@
  * @return VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPhys      Guest context physical address of the memory to be mapped. Must be page aligned!
  * @param   cb          Size of the memory. Will be rounded up to nearest page.
@@ -608,5 +608,5 @@
  * @return VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvR3        The ring-3 address of the memory, must be page aligned.
  * @param   pvR0        The ring-0 address of the memory, must be page aligned. (optional)
@@ -687,5 +687,5 @@
  * @return VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   cb          Size of the memory. Will be rounded up to nearest page.
  * @param   pszDesc     Mapping description.
@@ -1166,5 +1166,5 @@
  *
  * @returns HC physical address.
- * @param   pVM         VM Handle
+ * @param   pVM         Pointer to the VM
  * @param   pvR3        Host context virtual address.
  */
@@ -1304,5 +1304,5 @@
  *
  * @returns HC virtual address.
- * @param   pVM         VM Handle
+ * @param   pVM         Pointer to the VM
  * @param   HCPhys      Host context physical address.
  */
@@ -1322,5 +1322,5 @@
  *
  * @returns VBox status.
- * @param   pVM         VM Handle
+ * @param   pVM         Pointer to the VM
  * @param   HCPhys      Host context physical address.
  * @param   ppv         Where to store the HC virtual address.
@@ -1341,5 +1341,5 @@
  *
  * @returns VBox status.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvDst       Destination address (HC of course).
  * @param   GCPtr       GC virtual address.
Index: /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp	(revision 41800)
@@ -52,5 +52,5 @@
  *
  * @return  VBox status.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -104,5 +104,5 @@
  * Release all locks and free the allocated memory.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -389,5 +389,5 @@
  * @returns Pointer to the allocated page page.
  * @returns NULL on failure.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -408,5 +408,5 @@
  * @returns Pointer to the allocated page page.
  * @returns NIL_RTHCPHYS on failure.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -426,5 +426,5 @@
  * MMR3PageAllocPhys().
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvPage      Pointer to the page.
  * @thread  The Emulation Thread.
@@ -441,5 +441,5 @@
  * @returns Pointer to the allocated page.
  * @returns NULL on failure.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -453,5 +453,5 @@
  * Frees a page allocated from the page pool by MMR3PageAllocLow().
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pvPage      Pointer to the page.
  * @thread  The Emulation Thread.
@@ -468,5 +468,5 @@
  * and MMR3PageAllocLow().
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   HCPhysPage  The physical address of the page to be freed.
  * @thread  The Emulation Thread.
@@ -491,5 +491,5 @@
  *
  * @returns Pointer to the dummy page.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @thread  The Emulation Thread.
  */
@@ -515,5 +515,5 @@
  *
  * @returns Pointer to the dummy page.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @thread  The Emulation Thread.
  */
Index: /trunk/src/VBox/VMM/VMMR3/MMUkHeap.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMUkHeap.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/MMUkHeap.cpp	(revision 41800)
@@ -125,5 +125,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -142,5 +142,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -166,5 +166,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
@@ -183,5 +183,5 @@
  *
  * @returns Pointer to allocated memory.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   enmTag      Statistics tag. Statistics are collected on a per tag
  *                      basis in addition to a global one. Thus we can easily
Index: /trunk/src/VBox/VMM/VMMR3/PATM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 41800)
@@ -901,5 +901,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
Index: /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp	(revision 41800)
@@ -423,5 +423,5 @@
  * @returns VBox status code.
  * @param   pNode           Current node
- * @param   pVM1            VM Handle
+ * @param   pVM1            Pointer to the VM
  */
 static DECLCALLBACK(int) patmSaveP2GLookupRecords(PAVLU32NODECORE pNode, void *pVM1)
@@ -445,5 +445,5 @@
  * @returns VBox status code.
  * @param   pNode           Current node
- * @param   pVM1            VM Handle
+ * @param   pVM1            Pointer to the VM
  */
 static DECLCALLBACK(int) patmSaveFixupRecords(PAVLPVNODECORE pNode, void *pVM1)
@@ -581,5 +581,5 @@
  * @returns VBox status code.
  * @param   pNode           Current node
- * @param   pVM1            VM Handle
+ * @param   pVM1            Pointer to the VM
  */
 static DECLCALLBACK(int) patmSavePatchState(PAVLOU32NODECORE pNode, void *pVM1)
@@ -632,5 +632,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -696,5 +696,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -972,5 +972,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   ulSSMVersion    SSM version
  * @param   patmInfo        Saved PATM structure
Index: /trunk/src/VBox/VMM/VMMR3/PDM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDM.cpp	(revision 41800)
@@ -440,5 +440,5 @@
  * whenever the VMM need to relocate it self inside the GC.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   offDelta    Relocation delta relative to old location.
  * @remark  The loader subcomponent is relocated by PDMR3LdrRelocate() very
@@ -846,5 +846,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -1097,5 +1097,5 @@
  * attached drivers about the VM now being powered on.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) PDMR3PowerOn(PVM pVM)
@@ -1418,5 +1418,5 @@
  * the VM now being reset.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) PDMR3Reset(PVM pVM)
@@ -1809,5 +1809,5 @@
  * attached drivers about the VM now being resumed.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) PDMR3Resume(PVM pVM)
@@ -2010,5 +2010,5 @@
  * attached drivers about the VM being powered off.
  *
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) PDMR3PowerOff(PVM pVM)
@@ -2090,5 +2090,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -2146,5 +2146,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -2179,5 +2179,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -2220,5 +2220,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -2265,5 +2265,5 @@
  * Forced Action handler.
  *
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3DECL(void) PDMR3DmaRun(PVM pVM)
@@ -2301,5 +2301,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          The physical address.
  * @param   pvHeap          Ring-3 pointer.
@@ -2323,5 +2323,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          The physical address.
  */
@@ -2343,5 +2343,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   cbSize          Allocation size.
  * @param   pv              Ring-3 pointer. (out)
@@ -2369,5 +2369,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pv              Ring-3 pointer.
  */
Index: /trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp	(revision 41800)
@@ -159,5 +159,5 @@
  *
  * @returns VBox status.
- * @param   pVM           VM handle.
+ * @param   pVM           Pointer to the VM.
  * @param   ppTemplate    Where to store the template handle.
  */
Index: /trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp	(revision 41800)
@@ -103,5 +103,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 int pdmR3DevInit(PVM pVM)
@@ -583,5 +583,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pRegCB          The registration callback stuff.
  * @param   pszFilename     Module filename.
@@ -724,5 +724,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -776,5 +776,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -835,5 +835,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -880,5 +880,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iInstance       Device instance.
@@ -962,5 +962,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iDevIns         Device instance.
@@ -1033,5 +1033,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszDevice       Device name.
  * @param   iDevIns         Device instance.
Index: /trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp	(revision 41800)
@@ -106,5 +106,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 int pdmR3DrvInit(PVM pVM)
@@ -218,5 +218,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pRegCB          The registration callback stuff.
  * @param   pszFilename     Module filename.
Index: /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp	(revision 41800)
@@ -708,5 +708,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszModule       Module name.
  * @param   pszSymbol       Symbol name. If it's value is less than 64k it's treated like a
@@ -762,5 +762,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszModule       Module name. If NULL the main R0 module (VMMR0.r0) is assumes.
  * @param   pszSymbol       Symbol name. If it's value is less than 64k it's treated like a
@@ -817,5 +817,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszModule       Module name. If NULL the main R0 module (VMMR0.r0) is assumed.
  * @param   pszSearchPath   List of directories to search if @a pszFile is
@@ -869,5 +869,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszModule       Module name. If NULL the main R0 module (VMMGC.gc) is assumes.
  * @param   pszSymbol       Symbol name. If it's value is less than 64k it's treated like a
@@ -932,5 +932,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszModule       Module name. If NULL the main R0 module (VMMGC.gc) is assumes.
  * @param   pszSearchPath   List of directories to search if @a pszFile is
@@ -1251,5 +1251,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle
+ * @param   pVM         Pointer to the VM
  * @param   uPC         The program counter (eip/rip) to locate the module for.
  * @param   enmType     The module type.
@@ -1341,5 +1341,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle
+ * @param   pVM         Pointer to the VM
  * @param   uPC         The program counter (eip/rip) to locate the module for.
  * @param   pszModName  Where to store the module name.
@@ -1385,5 +1385,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle
+ * @param   pVM         Pointer to the VM
  * @param   uPC         The program counter (eip/rip) to locate the module for.
  * @param   pszModName  Where to store the module name.
@@ -1426,5 +1426,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pfnCallback     Function to call back for each of the modules.
  * @param   pvArg           User argument.
Index: /trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp	(revision 41800)
@@ -50,5 +50,5 @@
  *
  * @returns VBox status.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   cbItem              Item size.
  * @param   cItems              Number of items.
@@ -193,5 +193,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDevIns             Device instance.
  * @param   cbItem              Size a queue item.
@@ -244,5 +244,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pDrvIns             Driver instance.
  * @param   cbItem              Size a queue item.
@@ -294,5 +294,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   cbItem              Size a queue item.
  * @param   cItems              Number of items in the queue.
@@ -343,5 +343,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   cbItem              Size a queue item.
  * @param   cItems              Number of items in the queue.
@@ -494,5 +494,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pDevIns     Device instance.
  * @thread  Emulation thread only.
@@ -546,5 +546,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pDrvIns     Driver instance.
  * @thread  Emulation thread only.
@@ -652,5 +652,5 @@
  * This is a forced action callback.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @thread  Emulation thread only.
  */
@@ -883,5 +883,5 @@
  * This is called by for a single queue.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pTimer  Pointer to timer.
  * @param   pvUser  Pointer to the queue.
Index: /trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp	(revision 41800)
@@ -168,5 +168,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pRegCB          The registration callback stuff.
  * @param   pszFilename     Module filename.
Index: /trunk/src/VBox/VMM/VMMR3/PGM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGM.cpp	(revision 41800)
@@ -1506,5 +1506,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  */
 static int pgmR3InitPaging(PVM pVM)
@@ -2080,5 +2080,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(int) PGMR3InitDynMap(PVM pVM)
@@ -2502,5 +2502,5 @@
  * needs to be removed.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) PGMR3Reset(PVM pVM)
@@ -2628,5 +2628,5 @@
  * Show paging mode.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     "all" (default), "guest", "shadow" or "host".
@@ -2685,5 +2685,5 @@
  * Dump registered MMIO ranges to the log.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2711,5 +2711,5 @@
  * Dump the page directory to the log.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -3138,5 +3138,5 @@
  *
  * @returns The shadow paging mode.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmGuestMode    The guest mode.
  * @param   enmHostMode     The host mode.
@@ -3332,5 +3332,5 @@
  *          will trigger using FFs and not status codes.
  *
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pVCpu           The VMCPU to operate on.
  * @param   enmGuestMode    The new guest mode. This is assumed to be different from
Index: /trunk/src/VBox/VMM/VMMR3/PGMBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMBth.h	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMBth.h	(revision 41800)
@@ -115,5 +115,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       The VMCPU to operate on.
  * @param   GCPhysCR3   The physical address from the CR3 register.
Index: /trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp	(revision 41800)
@@ -69,5 +69,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type. Any of the PGMPHYSHANDLERTYPE_PHYSICAL* enums.
  * @param   GCPhys          Start physical address.
@@ -137,5 +137,5 @@
  * Updates the physical page access handlers.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @remark  Only used when restoring a saved state.
  */
@@ -160,5 +160,5 @@
  * @returns 0
  * @param   pNode   Pointer to a PGMPHYSHANDLER.
- * @param   pvUser  VM handle.
+ * @param   pvUser  Pointer to the VM.
  */
 static DECLCALLBACK(int) pgmR3HandlerPhysicalOneClear(PAVLROGCPHYSNODECORE pNode, void *pvUser)
@@ -190,5 +190,5 @@
  * @returns 0
  * @param   pNode   Pointer to a PGMPHYSHANDLER.
- * @param   pvUser  VM handle.
+ * @param   pvUser  Pointer to the VM.
  */
 static DECLCALLBACK(int) pgmR3HandlerPhysicalOneSet(PAVLROGCPHYSNODECORE pNode, void *pvUser)
@@ -220,5 +220,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type. Any of the PGMVIRTHANDLERTYPE_* enums.
  * @param   GCPtr           Start address.
@@ -271,5 +271,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmType         Handler type. Any of the PGMVIRTHANDLERTYPE_* enums.
  * @param   GCPtr           Start address.
@@ -429,5 +429,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           Start address.
  * @param   pfnInvalidateR3 The R3 invalidate callback (can be 0)
@@ -453,5 +453,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       Start address.
  * @thread  EMT
Index: /trunk/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h	(revision 41800)
@@ -23,5 +23,5 @@
  * want to ignore those.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          Physical address start reading from.
  */
@@ -41,5 +41,5 @@
  * want to ignore those.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          Physical address to write to.
  * @param   val             What to write.
Index: /trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPool.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPool.cpp	(revision 41800)
@@ -543,5 +543,5 @@
  * @returns VINF_SUCCESS if the handler has carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPhys          The physical address the guest is writing to.
  * @param   pvPhys          The HC mapping of that address.
Index: /trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp	(revision 41800)
@@ -2039,5 +2039,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -2109,5 +2109,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -2143,5 +2143,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -3090,5 +3090,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
Index: /trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp	(revision 41800)
@@ -53,5 +53,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   enmGuestOS          Guest OS type.
  * @param   pszModuleName       Module name.
@@ -135,5 +135,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pszModuleName       Module name.
  * @param   pszVersion          Module version.
@@ -196,5 +196,5 @@
  *
  * @returns VBox strict status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pVCpu               The VMCPU handle for the calling EMT.
  * @param   pvUser              Pointer to a VMCPUID with the requester's ID.
@@ -244,5 +244,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle
+ * @param   pVM                 Pointer to the VM
  */
 VMMR3DECL(int) PGMR3SharedModuleCheckAll(PVM pVM)
@@ -258,5 +258,5 @@
  *
  * @returns VBox status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   GCPtrPage           Page address.
  * @param   pfShared            Shared status (out).
Index: /trunk/src/VBox/VMM/VMMR3/SELM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/SELM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/SELM.cpp	(revision 41800)
@@ -528,5 +528,5 @@
  * needs to be removed.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) SELMR3Reset(PVM pVM)
@@ -665,5 +665,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -692,5 +692,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -757,5 +757,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -1360,5 +1360,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
@@ -1388,5 +1388,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
@@ -1416,5 +1416,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
@@ -1792,5 +1792,5 @@
  * @returns true if it matches.
  * @returns false and assertions on mismatch..
- * @param   pVM     VM Handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(bool) SELMR3CheckTSS(PVM pVM)
@@ -1935,5 +1935,5 @@
  *
  * @returns VBox status.
- * @param   pVM       VM Handle.
+ * @param   pVM       Pointer to the VM.
  * @param   SelLdt    LDT selector.
  * @param   ppvLdt    Where to store the flat address of LDT.
@@ -2173,5 +2173,5 @@
  * @returns VBox status code, see SELMR3GetSelectorInfo for details.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   Sel         The selector to get info about.
@@ -2299,5 +2299,5 @@
  * @returns Other VBox status code on other errors.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       The virtual CPU handle.
  * @param   Sel         The selector to get info about.
@@ -2329,5 +2329,5 @@
  * @returns Other VBox status code on other errors.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   Sel         The selector to get info about.
  * @param   pSelInfo    Where to store the information.
@@ -2492,5 +2492,5 @@
  * Display the shadow gdt.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2526,5 +2526,5 @@
  * Display the guest gdt.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2569,5 +2569,5 @@
  * Display the shadow ldt.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2594,5 +2594,5 @@
  * Display the guest ldt.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2649,5 +2649,5 @@
  * Dumps the hypervisor GDT
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) SELMR3DumpHyperGDT(PVM pVM)
@@ -2660,5 +2660,5 @@
  * Dumps the hypervisor LDT
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) SELMR3DumpHyperLDT(PVM pVM)
@@ -2671,5 +2671,5 @@
  * Dumps the guest GDT
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) SELMR3DumpGuestGDT(PVM pVM)
@@ -2682,5 +2682,5 @@
  * Dumps the guest LDT
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) SELMR3DumpGuestLDT(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMR3/SSM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/SSM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/SSM.cpp	(revision 41800)
@@ -7777,5 +7777,5 @@
  * @returns NULL if not found.
  *
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszName         Data unit name.
  * @param   uInstance       The data unit instance id.
Index: /trunk/src/VBox/VMM/VMMR3/TM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/TM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/TM.cpp	(revision 41800)
@@ -1035,5 +1035,5 @@
  * check if this makes sense or not, but it seems like a good idea now....
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMM_INT_DECL(void) TMR3Reset(PVM pVM)
@@ -1085,5 +1085,5 @@
  *
  * @returns VBox status
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszSymbol       Symbol to resolve.
  * @param   pRCPtrValue     Where to store the symbol value.
@@ -1105,5 +1105,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -1152,5 +1152,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -1672,5 +1672,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pDevIns         Device which timers should be destroyed.
  */
@@ -1705,5 +1705,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pUsbIns         USB device which timers should be destroyed.
  */
@@ -1738,5 +1738,5 @@
  *
  * @returns VBox status.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pDrvIns         Driver which timers should be destroyed.
  */
@@ -1840,5 +1840,5 @@
  *
  * @param   pTimer      Timer handle.
- * @param   pvUser      VM handle.
+ * @param   pvUser      Pointer to the VM.
  * @thread  Timer thread.
  *
@@ -2953,5 +2953,5 @@
  * Display all timers.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -2995,5 +2995,5 @@
  * Display all active timers.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
@@ -3042,5 +3042,5 @@
  * Display all clocks.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pHlp        The info helpers.
  * @param   pszArgs     Arguments, ignored.
Index: /trunk/src/VBox/VMM/VMMR3/TRPM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/TRPM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/TRPM.cpp	(revision 41800)
@@ -744,5 +744,5 @@
  * needs to be removed, any pending trap cleared, and the IDT reset.
  *
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 VMMR3DECL(void) TRPMR3Reset(PVM pVM)
@@ -785,5 +785,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -836,5 +836,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -1122,5 +1122,5 @@
  * @returns VINF_SUCCESS if the handler have carried out the operation.
  * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   GCPtr           The virtual address the guest is writing to. (not correct if it's an alias!)
  * @param   pvPtr           The HC mapping of that address.
@@ -1208,5 +1208,5 @@
  * @returns gate nr or ~0 is not found
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       GC address to check.
  */
@@ -1376,5 +1376,5 @@
  * @returns True is gate handler, false if not.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   GCPtr       GC address to check.
  */
Index: /trunk/src/VBox/VMM/VMMR3/VM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VM.cpp	(revision 41800)
@@ -1174,5 +1174,5 @@
  * This is used both on init and on runtime relocations.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   offDelta    Relocation delta relative to old location.
  */
@@ -2485,5 +2485,5 @@
  * in case of a creation failure.
  *
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   cMilliesEMTWait The number of milliseconds to wait for the emulation
  *                          threads.
@@ -3062,5 +3062,5 @@
  *
  * @returns The current VM state.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @thread  Any
  */
@@ -3391,5 +3391,5 @@
  * Sets the current VM state.
  *
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmStateNew     The new state.
  * @param   enmStateOld     The old state (for asserting only).
@@ -3565,5 +3565,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pfnAtState      Pointer to callback.
  * @param   pvUser          User argument.
@@ -3607,5 +3607,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pfnAtState      Pointer to callback.
  * @param   pvUser          User argument.
Index: /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp	(revision 41800)
@@ -1040,5 +1040,5 @@
  * @returns VINF_SUCCESS unless a fatal error occurred. In the latter
  *          case an appropriate status code is returned.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  * @param   fIgnoreInterrupts   If set the VM_FF_INTERRUPT flags is ignored.
@@ -1189,5 +1189,5 @@
  *
  * @returns VBox strict status code.
- * @param   pVM                 VM handle.
+ * @param   pVM                 Pointer to the VM.
  * @param   pVCpu               The VMCPU handle for the calling EMT.
  * @param   pvUser              The new g_aHaltMethods index.
Index: /trunk/src/VBox/VMM/VMMR3/VMM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMM.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VMM.cpp	(revision 41800)
@@ -974,5 +974,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  */
@@ -996,5 +996,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pSSM            SSM operation handle.
  * @param   uVersion        Data layout version.
@@ -1070,5 +1070,5 @@
  *
  * @returns VBox status
- * @param   pVM             VM Handle.
+ * @param   pVM             Pointer to the VM.
  * @param   pszSymbol       Symbol to resolv
  * @param   pRCPtrValue     Where to store the symbol value.
@@ -1196,5 +1196,5 @@
  * Executes guest code in the raw-mode context.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       The VMCPU to operate on.
  */
@@ -1265,5 +1265,5 @@
  * Executes guest code (Intel VT-x and AMD-V).
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       The VMCPU to operate on.
  */
@@ -1984,5 +1984,5 @@
  *
  * @returns VBox status code.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU handle.
  */
@@ -2042,5 +2042,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  * @param   pVCpu   VMCPU handle
  * @remark  Careful with critsects.
Index: /trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp	(revision 41800)
@@ -226,5 +226,5 @@
  * Dumps the VM state on a fatal error.
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       VMCPU Handle.
  * @param   rcErr       VBox status code.
Index: /trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp	(revision 41800)
@@ -944,5 +944,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmSwitcher     The new switcher.
  * @remark  This function may be called before the VMM is initialized.
@@ -993,5 +993,5 @@
  *
  * @returns VBox status code.
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  */
 VMMR3_INT_DECL(int) VMMR3DisableSwitcher(PVM pVM)
@@ -1013,5 +1013,5 @@
  *
  * @returns host to guest ring 0 switcher entrypoint
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   enmSwitcher     The new switcher.
  */
Index: /trunk/src/VBox/VMM/VMMR3/VMReq.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMReq.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMR3/VMReq.cpp	(revision 41800)
@@ -478,5 +478,5 @@
  * @returns VBox status code.
  *
- * @param   pVM             VM handle.
+ * @param   pVM             Pointer to the VM.
  * @param   ppReq           Where to store the pointer to the allocated packet.
  * @param   enmType         Package type.
@@ -1107,5 +1107,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pReq        Request packet to process.
  */
Index: /trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp	(revision 41800)
@@ -54,5 +54,5 @@
  *
  * @returns VBox status code (appropriate for GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
Index: /trunk/src/VBox/VMM/VMMRC/MMRamRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/MMRamRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/MMRamRC.cpp	(revision 41800)
@@ -52,5 +52,5 @@
  * In other case it must be removed by MMGCRamDeregisterTrapHandler call.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMRCDECL(void) MMGCRamRegisterTrapHandler(PVM pVM)
@@ -64,5 +64,5 @@
  * See description of MMGCRamRegisterTrapHandler call.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 VMMRCDECL(void) MMGCRamDeregisterTrapHandler(PVM pVM)
Index: /trunk/src/VBox/VMM/VMMRC/PATMRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/PATMRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/PATMRC.cpp	(revision 41800)
@@ -49,5 +49,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
Index: /trunk/src/VBox/VMM/VMMRC/SELMRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/SELMRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/SELMRC.cpp	(revision 41800)
@@ -40,5 +40,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pRegFrame   Trap register frame.
  * @param   iGDTEntry   The GDT entry to sync.
@@ -161,5 +161,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode  CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -236,5 +236,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -287,5 +287,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode  CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -422,5 +422,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -442,5 +442,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -463,5 +463,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
Index: /trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp	(revision 41800)
@@ -47,5 +47,5 @@
  *
  * @returns VBox status.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   iTrap       Trap number to install handler [0..255].
  * @param   pfnHandler  Pointer to the handler. Use NULL for uninstalling the handler.
@@ -95,5 +95,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
@@ -158,5 +158,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
Index: /trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp	(revision 41800)
@@ -127,5 +127,5 @@
  * @returns rc, can be adjusted if its VINF_SUCCESS or something really bad
  *          happened.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pVCpu       The virtual CPU handle.
  * @param   rc          The VBox status code to return.
Index: /trunk/src/VBox/VMM/VMMRC/VMMRC.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRC/VMMRC.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/VMMRC/VMMRC.cpp	(revision 41800)
@@ -344,5 +344,5 @@
  * @returns VBox status code (appropriate for GC return).
  *          In this context RT_SUCCESS means to restart the instruction.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pRegFrame   Trap register frame.
  */
@@ -365,5 +365,5 @@
  * @returns VBox status code (appropriate for GC return).
  *          In this context RT_SUCCESS means to restart the instruction.
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pRegFrame   Trap register frame.
  */
Index: /trunk/src/VBox/VMM/include/PATMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/PATMInternal.h	(revision 41799)
+++ /trunk/src/VBox/VMM/include/PATMInternal.h	(revision 41800)
@@ -681,5 +681,5 @@
  *
  * @returns VBox status code (appropriate for trap handling and GC return).
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   uErrorCode   CPU Error code.
  * @param   pRegFrame   Trap register frame.
Index: /trunk/src/VBox/VMM/include/PGMInline.h
===================================================================
--- /trunk/src/VBox/VMM/include/PGMInline.h	(revision 41799)
+++ /trunk/src/VBox/VMM/include/PGMInline.h	(revision 41800)
@@ -1432,5 +1432,5 @@
  * Locks a page to prevent flushing (important for cr3 root pages or shadow pae pd pages).
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pPage       PGM pool page
  */
@@ -1445,5 +1445,5 @@
  * Unlocks a page to allow flushing again
  *
- * @param   pVM         VM Handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pPage       PGM pool page
  */
@@ -1479,5 +1479,5 @@
  *
  * @returns boolean result
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  */
 DECL_FORCE_INLINE(bool) pgmMapAreMappingsEnabled(PVM pVM)
Index: /trunk/src/VBox/VMM/include/VMMSwitcher.h
===================================================================
--- /trunk/src/VBox/VMM/include/VMMSwitcher.h	(revision 41799)
+++ /trunk/src/VBox/VMM/include/VMMSwitcher.h	(revision 41800)
@@ -68,5 +68,5 @@
  * Callback function for relocating the core code belonging to a switcher.
  *
- * @param   pVM         VM handle.
+ * @param   pVM         Pointer to the VM.
  * @param   pSwitcher   Pointer to the switcher structure.
  * @param   R0PtrCode   Pointer to the first code byte in the ring-0 mapping.
Index: /trunk/src/VBox/VMM/testcase/tstAnimate.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstAnimate.cpp	(revision 41799)
+++ /trunk/src/VBox/VMM/testcase/tstAnimate.cpp	(revision 41800)
@@ -327,5 +327,5 @@
  *
  * @returns VBox status code.
- * @param   pVM     VM handle.
+ * @param   pVM     Pointer to the VM.
  */
 static DECLCALLBACK(int) cfgmR3CreateDefault(PVM pVM, void *pvUser)
