VirtualBox

Changeset 56097 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2015 12:59:58 PM (10 years ago)
Author:
vboxsync
Message:

VBVA: logrel nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp

    r56041 r56097  
    967967            }
    968968            PDMCritSectLeave(&pVGAState->CritSect);
    969             LogRel(("Pending command count has reached its threshold.. completing them all.."));
     969            LogRel(("VBVA: Pending command count has reached its threshold.. completing them all.."));
    970970            RTMemFree(pPend);
    971971        }
     
    974974    }
    975975    else
    976         LogRel(("Pending command count has reached its threshold, completing them all.."));
     976        LogRel(("VBVA: Pending command count has reached its threshold, completing them all.."));
    977977
    978978    vbvaVHWACommandCompleteAllPending(pVGAState, rc);
     
    19921992                    if (u32 != VBOXVBVASAVEDSTATE_VHWAUNAVAILABLE_MAGIC)
    19931993                    {
    1994                         LogRel(("2D data while 2D is not supported\n"));
     1994                        LogRel(("VBVA: 2D data while 2D is not supported\n"));
    19951995                        return VERR_NOT_SUPPORTED;
    19961996                    }
     
    20042004                    if (u32)
    20052005                    {
    2006                         LogRel(("2D pending command while 2D is not supported\n"));
     2006                        LogRel(("VBVA: 2D pending command while 2D is not supported\n"));
    20072007                        return VERR_NOT_SUPPORTED;
    20082008                    }
     
    21842184    }
    21852185
    2186     LogRelFlow(("VBVA_INFO_VIEW: invalid data: index %d(%d), offset 0x%x, size 0x%x, max 0x%x, vram size 0x%x\n",
     2186    LogRelFlow(("VBVA: InfoView: invalid data! index %d(%d), offset 0x%x, size 0x%x, max 0x%x, vram size 0x%x\n",
    21872187                view.u32ViewIndex, pCtx->cViews, view.u32ViewOffset, view.u32ViewSize,
    21882188                view.u32MaxScreenSize, pVGAState->vram_size));
     
    21942194    const VBVAINFOSCREEN screen = *pScreen;
    21952195
    2196     LogRel(("VBVA_INFO_SCREEN: [%d] @%d,%d %dx%d, line 0x%x, BPP %d, flags 0x%x\n",
     2196    LogRel(("VBVA: InfoScreen: [%d] @%d,%d %dx%d, line 0x%x, BPP %d, flags 0x%x\n",
    21972197            screen.u32ViewIndex, screen.i32OriginX, screen.i32OriginY,
    21982198            screen.u32Width, screen.u32Height,
     
    22222222            }
    22232223
    2224             LogRelFlow(("VBVA_INFO_SCREEN: invalid data: size 0x%RX64, max 0x%RX32\n",
     2224            /** @todo why not use "%#RX" instead of "0x%RX"? */
     2225            LogRelFlow(("VBVA: InfoScreen: invalid data! size 0x%RX64, max 0x%RX32\n",
    22252226                        u64ScreenSize, pView->u32MaxScreenSize));
    22262227        }
     
    22282229    else
    22292230    {
    2230         LogRelFlow(("VBVA_INFO_SCREEN: invalid data: index %RU32(%RU32)\n",
    2231                      screen.u32ViewIndex, pCtx->cViews));
     2231        LogRelFlow(("VBVA: InfoScreen: invalid data! index %RU32(%RU32)\n", screen.u32ViewIndex,
     2232                    pCtx->cViews));
    22322233    }
    22332234
     
    23432344    const VBVAQUERYMODEHINTS parms = *pQueryModeHints;
    23442345
    2345     LogRelFlowFunc(("VBVA_QUERY_MODE_HINTS: cHintsQueried=%RU16, cbHintStructureGuest=%RU16\n",
     2346    LogRelFlowFunc(("VBVA: HandleQueryModeHints: cHintsQueried=%RU16, cbHintStructureGuest=%RU16\n",
    23462347                    parms.cHintsQueried, parms.cbHintStructureGuest));
    23472348
     
    26812682
    26822683            const VBVAREPORTINPUTMAPPING inputMapping = *(VBVAREPORTINPUTMAPPING *)pvBuffer;
    2683             LogRelFlowFunc(("VBVA_REPORT_INPUT_MAPPING: x=%RI32, y=%RI32, cx=%RU32, cy=%RU32\n",
     2684            LogRelFlowFunc(("VBVA: ChannelHandler: VBVA_REPORT_INPUT_MAPPING: x=%RI32, y=%RI32, cx=%RU32, cy=%RU32\n",
    26842685                            inputMapping.x, inputMapping.y, inputMapping.cx, inputMapping.cy));
    26852686            pVGAState->pDrv->pfnVBVAInputMappingUpdate(pVGAState->pDrv,
     
    26982699            VBVACURSORPOSITION *pReport = (VBVACURSORPOSITION *)pvBuffer;
    26992700
    2700             LogRelFlowFunc(("VBVA_CURSOR_POSITION: fReportPosition=%RTbool, x=%RU32, y=%RU32\n",
     2701            LogRelFlowFunc(("VBVA: ChannelHandler: VBVA_CURSOR_POSITION: fReportPosition=%RTbool, x=%RU32, y=%RU32\n",
    27012702                            RT_BOOL(pReport->fReportPosition), pReport->x, pReport->y));
    27022703
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