VirtualBox

Changeset 55836 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 12, 2015 7:01:41 PM (10 years ago)
Author:
vboxsync
Message:

ValidationKit: adapt to no longer existing synthetic CPU feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r55818 r55836  
    17971797        if self.fpApiVer >= 3.2:
    17981798            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)));
    18001801        else:
    18011802            reporter.log("  PAE:                %s" % (oVM.getCpuProperty(vboxcon.CpuPropertyType_PAE)));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette