VirtualBox

Changeset 71656 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 4, 2018 1:42:26 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121683
Message:

DevVGA: Code cleanup in progress. bugref:9094

File:
1 edited

Legend:

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

    r71628 r71656  
    21472147    else if (idxQuery == VBOX_VBVA_CONF32_MAX_RECORD_SIZE)
    21482148        uValue = VBVA_MAX_RECORD_SIZE;
     2149    else if (idxQuery == UINT32_MAX)
     2150        uValue = UINT32_MAX; /* Older GA uses this for sanity checking. See testQueryConf in HGSMIBase.cpp on branches. */
    21492151    else
    21502152        ASSERT_GUEST_MSG_FAILED_RETURN(("Invalid index %#x\n", idxQuery), VERR_INVALID_PARAMETER);
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