VirtualBox

Ignore:
Timestamp:
Nov 16, 2020 1:22:42 PM (4 years ago)
Author:
vboxsync
Message:

Devices/Graphics: logging. bugref:9830

File:
1 edited

Legend:

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

    r86886 r86888  
    26012601int vmsvgaR3Process3dCmd(PVGASTATE pThis, PVGASTATECC pThisCC, SVGAFifo3dCmdId enmCmdId, uint32_t cbCmd, void const *pvCmd)
    26022602{
     2603    if (enmCmdId > SVGA_3D_CMD_MAX)
     2604    {
     2605        LogRelMax(16, ("VMSVGA: unsupported 3D command %d\n", enmCmdId));
     2606        ASSERT_GUEST_FAILED_RETURN(VERR_NOT_IMPLEMENTED);
     2607    }
     2608
    26032609    int rcParse = VINF_SUCCESS;
    26042610    PVMSVGAR3STATE pSvgaR3State = pThisCC->svga.pSvgaR3State;
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