VirtualBox

Changeset 60945 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
May 12, 2016 1:48:39 PM (9 years ago)
Author:
vboxsync
Message:

DevVGA: Disabled broken VINF_EM_RAW_EMULATE_IO_BLOCK optimization, see bugref:8123

File:
1 edited

Legend:

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

    r60520 r60945  
    13961396        VERIFY_VRAM_WRITE_OFF_RETURN(pThis, addr * 4 + 3);
    13971397
     1398#if 0
     1399/* This code does not work reliably and no longer helps performance either. */
    13981400#ifdef IN_RING0
    13991401        if (((++pThis->cLatchAccesses) & pThis->uMaskLatchAccess) == pThis->uMaskLatchAccess)
     
    14331435            }
    14341436        }
     1437#endif
    14351438#endif
    14361439
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