Changeset 71656 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 4, 2018 1:42:26 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r71628 r71656 2147 2147 else if (idxQuery == VBOX_VBVA_CONF32_MAX_RECORD_SIZE) 2148 2148 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. */ 2149 2151 else 2150 2152 ASSERT_GUEST_MSG_FAILED_RETURN(("Invalid index %#x\n", idxQuery), VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.