VirtualBox

Changeset 91432 in vbox for trunk/src


Ignore:
Timestamp:
Sep 28, 2021 11:37:43 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147112
Message:

FE/VBoxManage: Start implementing an interface to manage the NVRAM of a VM, bugref:9580

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r91416 r91432  
    101101        VBoxManageMisc.cpp \
    102102        VBoxManageModifyVM.cpp \
     103        VBoxManageModifyNvram.cpp \
    103104        VBoxManageSnapshot.cpp \
    104105        VBoxManageStorageController.cpp \
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r91416 r91432  
    166166    { "cloudprofile",       USAGE_S_NEWCMD,      HELP_CMD_CLOUDPROFILE, handleCloudProfile,         0 },
    167167    { "cloud",              USAGE_S_NEWCMD,         HELP_CMD_CLOUD, handleCloud,               0 },
    168     { "updatecheck",        USAGE_S_NEWCMD,   HELP_CMD_UPDATECHECK, handleUpdateCheck,         0 }
     168    { "updatecheck",        USAGE_S_NEWCMD,   HELP_CMD_UPDATECHECK, handleUpdateCheck,         0 },
     169    { "modifynvram",        USAGE_S_NEWCMD,         VBMG_CMD_TODO, handleModifyNvram,          0 },
    169170};
    170171
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r91416 r91432  
    364364RTEXITCODE handleUpdateCheck(HandlerArg *a);
    365365
     366/* VBoxManageModifyNvram.cpp */
     367RTEXITCODE handleModifyNvram(HandlerArg *a);
     368
    366369#endif /* !VBOX_ONLY_DOCS */
    367370
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