Changeset 61755 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jun 17, 2016 4:05:32 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r61752 r61755 324 324 fRc = fRc and oSession.setCpuCount(cCpus); 325 325 if cCpus > 1: 326 fRc = fRc and oSession.enableIoApic( true);326 fRc = fRc and oSession.enableIoApic(True); 327 327 328 328 if sParavirtMode is not None and oSession.fpApiVer >= 5.0:
Note:
See TracChangeset
for help on using the changeset viewer.