VirtualBox

Changeset 57521 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Aug 25, 2015 9:50:45 AM (9 years ago)
Author:
vboxsync
Message:

NVMe: Changes required for building it and integrating into the PUEL extension pack (not build by default, use VBOX_WITH_NVME_IMPL to enable)

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r57358 r57521  
    181181        return rc;
    182182#endif
     183#ifdef VBOX_WITH_NVME_IMPL
     184    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceNVMe);
     185    if (RT_FAILURE(rc))
     186        return rc;
     187#endif
    183188#ifdef VBOX_WITH_PCI_PASSTHROUGH_IMPL
    184189    rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePciRaw);
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r56085 r57521  
    7575extern const PDMDEVREG g_DeviceLsiLogicSCSI;
    7676extern const PDMDEVREG g_DeviceLsiLogicSAS;
     77#endif
     78#ifdef VBOX_WITH_NVME_IMPL
     79extern const PDMDEVREG g_DeviceNVMe;
    7780#endif
    7881#ifdef VBOX_WITH_EFI
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