VirtualBox

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


Ignore:
Timestamp:
May 6, 2009 6:09:29 PM (16 years ago)
Author:
vboxsync
Message:

No @note in body.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDM.cpp

    r19421 r19451  
    685685    {
    686686        PVMCPU pVCpu = &pVM->aCpus[idCpu];
    687         LogFlow(("pdmR3LoadPrep: VCPU %d %s%s%s%s\n", idCpu, 
     687        LogFlow(("pdmR3LoadPrep: VCPU %d %s%s%s%s\n", idCpu,
    688688                VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_APIC) ? " VMCPU_FF_INTERRUPT_APIC" : "",
    689689                VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_PIC)  ? " VMCPU_FF_INTERRUPT_PIC" : ""
     
    13301330VMMR3DECL(void) PDMR3DmaRun(PVM pVM)
    13311331{
    1332     /** @note Not really SMP safe; restrict it to VCPU 0. */
     1332    /* Note! Not really SMP safe; restrict it to VCPU 0. */
    13331333    if (VMMGetCpuId(pVM) != 0)
    13341334        return;
  • trunk/src/VBox/VMM/VMReq.cpp

    r19420 r19451  
    827827 *                          and the CPU ID for a CPU specific one. In the latter
    828828 *                          case the calling thread must be the EMT of that CPU.
     829 *
     830 * @note    SMP safe (multiple EMTs trying to satisfy VM_FF_REQUESTs).
    829831 */
    830832VMMR3DECL(int) VMR3ReqProcessU(PUVM pUVM, VMCPUID idDstCpu)
     
    837839     * We do not repeat the outer loop if we've got an informational status code
    838840     * since that code needs processing by our caller.
    839      */
    840     /**
    841      * @note SMP safe (multiple EMTs trying to satisfy VM_FF_REQUESTs)
    842841     */
    843842    int rc = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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