Changeset 55836 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 12, 2015 7:01:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r55818 r55836 1797 1797 if self.fpApiVer >= 3.2: 1798 1798 reporter.log(" PAE: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_PAE))); 1799 reporter.log(" Synthetic CPU: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_Synthetic))); 1799 if self.fpApiVer < 5.0: 1800 reporter.log(" Synthetic CPU: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_Synthetic))); 1800 1801 else: 1801 1802 reporter.log(" PAE: %s" % (oVM.getCpuProperty(vboxcon.CpuPropertyType_PAE)));
Note:
See TracChangeset
for help on using the changeset viewer.