VirtualBox

Ignore:
Timestamp:
Sep 22, 2021 3:10:38 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146991
Message:

Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states (UEFI,TPM,etc.) to exist for a VM and and manage them in a central place. This allows to collect them in a single tar archive and provide a single interface to get access to the individual states (work in progress), bugref:10098

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp

    r82968 r91326  
    2828#include "DisplayImpl.h"
    2929#include "VMMDev.h"
     30#include "NvramStoreImpl.h"
    3031#ifdef VBOX_WITH_AUDIO_VRDE
    3132# include "DrvAudioVRDE.h"
     
    105106#endif
    106107
     108    rc = pCallbacks->pfnRegister(pCallbacks, &NvramStore::DrvReg);
     109    if (RT_FAILURE(rc))
     110        return rc;
     111
    107112    return VINF_SUCCESS;
    108113}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette