VirtualBox

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


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/EFI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r81509 r81514  
    27052705    /* .uReserved0 = */             0,
    27062706    /* .szName = */                 "efi",
    2707     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_NEW_STYLE,
     2707    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE,
    27082708    /* .fClass = */                 PDM_DEVREG_CLASS_ARCH_BIOS,
    27092709    /* .cMaxInstances = */          1,
  • trunk/src/VBox/Devices/EFI/DevSmc.cpp

    r80704 r81514  
    15001500    /* .uReserved0 = */             0,
    15011501    /* .szName = */                 "smc",
    1502     /* .fFlags = */                 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_RC,
     1502    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ,
    15031503    /* .fClass = */                 PDM_DEVREG_CLASS_ARCH,
    15041504    /* .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