VirtualBox

Changeset 81514 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Oct 24, 2019 11:25:11 AM (5 years ago)
Author:
vboxsync
Message:

Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and PDM_DEVREG_FLAGS_DEFAULT_BITS. bugref:9218

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp

    r81369 r81514  
    633633    /* .uReserved0 = */             0,
    634634    /* .szName = */                 "oxpcie958uart",
    635     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0,
     635    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ,
    636636    /* .fClass = */                 PDM_DEVREG_CLASS_SERIAL,
    637637    /* .cMaxInstances = */          ~0U,
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r80704 r81514  
    471471    /* .uReserved0 = */             0,
    472472    /* .szName = */                 "serial",
    473     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0,
     473    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ,
    474474    /* .fClass = */                 PDM_DEVREG_CLASS_SERIAL,
    475475    /* .cMaxInstances = */          UINT32_MAX,
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