VirtualBox

Changeset 1262 in vbox


Ignore:
Timestamp:
Mar 6, 2007 12:00:33 PM (18 years ago)
Author:
vboxsync
Message:

Set guest RAM size too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp

    r1246 r1262  
    5050     */
    5151    PCFGMNODE pRoot = CFGMR3GetRoot(pVM);
     52    int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32);
    5253
    5354    PCFGMNODE pHWVirtExt;
    54     int rc = CFGMR3InsertNode(pRoot, "HWVirtExt", &pHWVirtExt);
     55    rc = CFGMR3InsertNode(pRoot, "HWVirtExt", &pHWVirtExt);
    5556    AssertRC(rc);
    5657    rc = CFGMR3InsertInteger(pHWVirtExt, "Enabled", 1);
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