Changeset 102109 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 15, 2023 3:10:26 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r102108 r102109 723 723 return False; 724 724 try: 725 if self.fpApiVer >= 7.1:725 if oTestDrv.fpApiVer >= 7.1: 726 726 (uMaxExt, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000000, 0); 727 727 (uFamilyModel, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000001, 0); … … 1435 1435 return False; 1436 1436 try: 1437 if self.fpApiVer >= 7.1:1437 if oTestDrv.fpApiVer >= 7.1: 1438 1438 (uMaxExt, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000000, 0); 1439 1439 (uFamilyModel, _, _, _) = oTestDrv.oVBox.host.x86.getProcessorCPUIDLeaf(0, 0x80000001, 0);
Note:
See TracChangeset
for help on using the changeset viewer.