VirtualBox

Changeset 81425 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Oct 21, 2019 6:19:39 PM (5 years ago)
Author:
vboxsync
Message:

Main/Machine+BIOSSettings+Console: Full implementation of NVRAM handling (part of VM delete, rename, clone and move code in combination with taking, deleting and restoring snapshots). Corresponding console update (ripping out old, never really used NVRAM handling).

Location:
trunk/src/VBox/Main/src-client
Files:
1 deleted
1 edited

Legend:

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

    r81422 r81425  
    18291829                InsertConfigInteger(pCfg, "DmiExposeMemoryTable", 1);
    18301830            }
    1831             InsertConfigNode(pInst,    "LUN#0", &pLunL0);
    1832             InsertConfigString(pLunL0, "Driver", "NvramStorage");
    1833             InsertConfigNode(pLunL0,   "Config", &pCfg);
    1834             InsertConfigInteger(pCfg,  "Object", (uintptr_t)mNvram);
    1835 #ifdef DEBUG_vvl
    1836             InsertConfigInteger(pCfg,  "PermanentSave", 1);
    1837 #endif
    18381831        }
    18391832
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