VirtualBox

Changeset 80671 in vbox


Ignore:
Timestamp:
Sep 9, 2019 12:18:15 PM (5 years ago)
Author:
vboxsync
Message:

DevFlash: There's no actual R0 support at this time.

File:
1 edited

Legend:

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

    r80531 r80671  
    525525    /* .uReserved0 = */             0,
    526526    /* .szName = */                 "flash",
    527     /* .fFlags = */                 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_RC,
     527    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS,
    528528    /* .fClass = */                 PDM_DEVREG_CLASS_ARCH,
    529529    /* .cMaxInstances = */          1,
     
    535535    /* .pszDescription = */         "Flash Memory Device",
    536536#if defined(IN_RING3)
    537     /* .pszRCMod = */               "VBoxDDRC.rc",
    538     /* .pszR0Mod = */               "VBoxDDR0.r0",
     537    /* .pszRCMod = */               "",
     538    /* .pszR0Mod = */               "",
    539539    /* .pfnConstruct = */           flashConstruct,
    540540    /* .pfnDestruct = */            flashDestruct,
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