Changeset 61750 in vbox
- Timestamp:
- Jun 17, 2016 2:59:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r58992 r61750 323 323 fRc = fRc and oSession.enableNestedPaging(sVirtMode == 'hwvirt-np'); 324 324 fRc = fRc and oSession.setCpuCount(cCpus); 325 fRc = fRc and oSession.enableIoApic(cCpus > 1); 325 326 326 327 if sParavirtMode is not None and oSession.fpApiVer >= 5.0:
Note:
See TracChangeset
for help on using the changeset viewer.