VirtualBox

Ignore:
Timestamp:
Nov 15, 2023 3:10:26 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160230
Message:

ValidationKit: Fix for 7.1 API changes, bugref:10507 [fix]

File:
1 edited

Legend:

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

    r102108 r102109  
    723723            return False;
    724724        try:
    725             if self.fpApiVer >= 7.1:
     725            if oTestDrv.fpApiVer >= 7.1:
    726726                (uMaxExt, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000000, 0);
    727727                (uFamilyModel, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000001, 0);
     
    14351435            return False;
    14361436        try:
    1437             if self.fpApiVer >= 7.1:
     1437            if oTestDrv.fpApiVer >= 7.1:
    14381438                (uMaxExt, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000000, 0);
    14391439                (uFamilyModel, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000001, 0);
Note: See TracChangeset for help on using the changeset viewer.

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