- Timestamp:
- Jul 22, 2024 7:41:05 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r105266 r105434 1504 1504 vboxcon.fpApiVer = self.fpApiVer; 1505 1505 reporter.setComXcptFormatter(formatComOrXpComException); 1506 1507 # Enable possibly not production ready code which should be tested. 1508 if self.fpApiVer >= 7.1 && utils.getHostArch() == 'arm64': 1509 self.oVBox.setExtraData('VBoxInternal2/EnableX86OnArm', '1'); 1506 1510 1507 1511 except:
Note:
See TracChangeset
for help on using the changeset viewer.