VirtualBox

Changeset 82115 in vbox for trunk


Ignore:
Timestamp:
Nov 22, 2019 11:22:50 PM (5 years ago)
Author:
vboxsync
Message:

DevVGA: Set PDM_DEVREG_FLAGS_NEW_STYLE. bugref:9218

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

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

    r82114 r82115  
    245245
    246246    /** Information obout screens. */
    247     VMSVGASCREENOBJECT aScreens[64];
     247    VMSVGASCREENOBJECT      aScreens[64];
    248248
    249249    /** Tracks how much time we waste reading SVGA_REG_BUSY with a busy FIFO. */
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r82114 r82115  
    73557355    /* .uReserved0 = */             0,
    73567356    /* .szName = */                 "vga",
    7357     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ,
     7357    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE,
    73587358    /* .fClass = */                 PDM_DEVREG_CLASS_GRAPHICS,
    73597359    /* .cMaxInstances = */          1,
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