VirtualBox

Changeset 39327 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 16, 2011 10:52:07 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74897
Message:

scm whitespace cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMReq.cpp

    r38838 r39327  
    216216 * (2) that you want it's return code on success, (3) that you wish to wait for
    217217 * ever for it to return, and (4) that it's priority request that can be safely
    218  * be handled during async suspend and power off. 
     218 * be handled during async suspend and power off.
    219219 *
    220220 * @returns VBox status code.  In the unlikely event that VMR3ReqCallVU fails,
     
    250250 * Convenience wrapper for VMR3ReqCallU.
    251251 *
    252  * This assumes (1) you're calling a function that returns void, (2) that you 
    253  * wish to wait for ever for it to return, and (3) that it's priority request 
    254  * that can be safely be handled during async suspend and power off. 
     252 * This assumes (1) you're calling a function that returns void, (2) that you
     253 * wish to wait for ever for it to return, and (3) that it's priority request
     254 * that can be safely be handled during async suspend and power off.
    255255 *
    256256 * @returns VBox status code of VMR3ReqCallVU.
     
    933933
    934934/**
    935  * Sets the relevant FF. 
    936  * 
     935 * Sets the relevant FF.
     936 *
    937937 * @param   pUVM            Pointer to the user mode VM structure.
    938938 * @param   idDstCpu        VMCPUID_ANY or the ID of the current CPU.
     
    964964    STAM_COUNTER_INC(&pUVM->vm.s.StatReqMoreThan1);
    965965
    966     /* 
     966    /*
    967967     * Chop off the last one (pReq).
    968968     */
     
    976976    ASMAtomicWriteNullPtr(&pPrev->pNext);
    977977
    978     /* 
     978    /*
    979979     * Push the others back onto the list (end of it).
    980980     */
     
    10151015 *                          and the CPU ID for a CPU specific one. In the latter
    10161016 *                          case the calling thread must be the EMT of that CPU.
    1017  * @param   fPriorityOnly   When set, only process the priority request queue. 
     1017 * @param   fPriorityOnly   When set, only process the priority request queue.
    10181018 *
    10191019 * @note    SMP safe (multiple EMTs trying to satisfy VM_FF_REQUESTs).
    10201020 *
    1021  * @remarks This was made reentrant for async PDM handling, the debugger and 
     1021 * @remarks This was made reentrant for async PDM handling, the debugger and
    10221022 *          others.
    10231023 */
     
    10541054    {
    10551055        /*
    1056          * Get the pending requests. 
    1057          * 
     1056         * Get the pending requests.
     1057         *
    10581058         * If there are more than one request, unlink the oldest and put the
    10591059         * rest back so that we're reentrant.
     
    11161116#if 1 /*def VBOX_STRICT */
    11171117    /*
    1118      * Disable rendezvous if servicing a priority request.  Priority requests 
    1119      * can not make use of the EMT rendezvous API. 
     1118     * Disable rendezvous if servicing a priority request.  Priority requests
     1119     * can not make use of the EMT rendezvous API.
    11201120     */
    11211121    PVMCPU      pVCpu               = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette