Changeset 1262 in vbox
- Timestamp:
- Mar 6, 2007 12:00:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp
r1246 r1262 50 50 */ 51 51 PCFGMNODE pRoot = CFGMR3GetRoot(pVM); 52 int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32); 52 53 53 54 PCFGMNODE pHWVirtExt; 54 intrc = CFGMR3InsertNode(pRoot, "HWVirtExt", &pHWVirtExt);55 rc = CFGMR3InsertNode(pRoot, "HWVirtExt", &pHWVirtExt); 55 56 AssertRC(rc); 56 57 rc = CFGMR3InsertInteger(pHWVirtExt, "Enabled", 1);
Note:
See TracChangeset
for help on using the changeset viewer.