Searched defs:pHwVirtExt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMM.cpp178 PCFGMNODE pHwVirtExt = CFGMR3GetChild(pRoot, "HWVirtExt"); local
179 CFGMR3RemoveNode(pHwVirtExt);
180 rc = CFGMR3InsertNode(pRoot, "HWVirtExt", &pHwVirtExt);
183 rc = CFGMR3InsertInteger(pHwVirtExt, "Enabled", true);
185 ("CFGMR3InsertInteger(pHwVirtExt,\"Enabled\",) -> %Rrc\n", rc), rc);
186 rc = CFGMR3InsertInteger(pHwVirtExt, "64bitEnabled", false);
188 ("CFGMR3InsertInteger(pHwVirtExt,\"64bitEnabled\",) -> %Rrc\n", rc), rc);

Completed in 42 milliseconds