Changeset 48070 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 26, 2013 6:13:22 PM (11 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r44876 r48070 1507 1507 } 1508 1508 1509 if ( pView->u32VBVAOffset == HGSMIOFFSET_VOID 1510 || pView->screen.u32LineSize == 0) /* Earlier broken saved states. */ 1509 if (pView->u32VBVAOffset == HGSMIOFFSET_VOID) 1511 1510 { 1512 1511 pView->pVBVA = NULL; … … 1845 1844 int64_t offEnd = (int64_t)pScreen->u32Height * pScreen->u32LineSize 1846 1845 + pScreen->u32Width + pScreen->u32StartOffset; 1847 LogRel FlowFunc(("VBVA_INFO_SCREEN: [%d] @%d,%d %dx%d, line 0x%x, BPP %d, flags 0x%x\n",1846 LogRel(("VBVA_INFO_SCREEN: [%d] @%d,%d %dx%d, line 0x%x, BPP %d, flags 0x%x\n", 1848 1847 pScreen->u32ViewIndex, pScreen->i32OriginX, pScreen->i32OriginY, 1849 1848 pScreen->u32Width, pScreen->u32Height, -
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r47450 r48070 2993 2993 if (!fSameResolution) 2994 2994 { 2995 LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d) at %d\n", cx, cy, cBits, idxDisplay)); 2995 LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d)@(%dx%d),(%d;%d) at %d\n", 2996 cx, cy, cBits, xOrigin, yOrigin, fEnabled, fChangeOrigin, idxDisplay)); 2996 2997 2997 2998 /* we could validate the information here but hey, the guest can do that as well! */
Note:
See TracChangeset
for help on using the changeset viewer.