VirtualBox

Changeset 94830 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
May 5, 2022 6:39:05 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151228
Message:

Devices/Graphics: DevVGA-SVGA.cpp logging tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r94636 r94830  
    15441544        }
    15451545    }
    1546     Log(("vmsvgaReadPort index=%s (%d) val=%#x rc=%x\n", vmsvgaIndexToString(pThis, idxReg), idxReg, *pu32, rc));
     1546    LogFlow(("vmsvgaReadPort index=%s (%d) val=%#x rc=%x\n", vmsvgaIndexToString(pThis, idxReg), idxReg, *pu32, rc));
    15471547    return rc;
    15481548}
     
    17991799#ifdef LOG_ENABLED
    18001800    if (idxReg != SVGA_REG_DEV_CAP)
    1801         Log(("vmsvgaWritePort index=%s (%d) val=%#x\n", vmsvgaIndexToString(pThis, idxReg), idxReg, u32));
     1801        LogFlow(("vmsvgaWritePort index=%s (%d) val=%#x\n", vmsvgaIndexToString(pThis, idxReg), idxReg, u32));
    18021802    else
    1803         Log(("vmsvgaWritePort index=%s (%d) val=%s (%d)\n", vmsvgaIndexToString(pThis, idxReg), idxReg, vmsvgaDevCapIndexToString((SVGA3dDevCapIndex)u32), u32));
     1803        LogFlow(("vmsvgaWritePort index=%s (%d) val=%s (%d)\n", vmsvgaIndexToString(pThis, idxReg), idxReg, vmsvgaDevCapIndexToString((SVGA3dDevCapIndex)u32), u32));
    18041804#endif
    18051805    /* Check if the guest uses legacy registers. See vmsvgaR3ChangeMode */
     
    23832383
    23842384            case SVGA_IRQSTATUS_PORT:
    2385                 Log(("vmsvgaIOWrite SVGA_IRQSTATUS_PORT %x: status %x -> %x\n", u32, pThis->svga.u32IrqStatus, pThis->svga.u32IrqStatus & ~u32));
     2385                LogFlow(("vmsvgaIOWrite SVGA_IRQSTATUS_PORT %x: status %x -> %x\n", u32, pThis->svga.u32IrqStatus, pThis->svga.u32IrqStatus & ~u32));
    23862386                ASMAtomicAndU32(&pThis->svga.u32IrqStatus, ~u32);
    23872387                /* Clear the irq in case all events have been cleared. */
     
    34853485        uint32_t cbCmd = sizeof(uint32_t);
    34863486
    3487         LogFlowFunc(("[cid=%d] %s %d\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId));
     3487        LogFunc(("[cid=%d] %s %d\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId));
    34883488# ifdef LOG_ENABLED
    34893489#  ifdef VBOX_WITH_VMSVGA3D
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