Changeset 105435 in vbox
- Timestamp:
- Jul 22, 2024 9:22:24 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r105434 r105435 1506 1506 1507 1507 # Enable possibly not production ready code which should be tested. 1508 if self.fpApiVer >= 7.1 &&utils.getHostArch() == 'arm64':1508 if self.fpApiVer >= 7.1 and utils.getHostArch() == 'arm64': 1509 1509 self.oVBox.setExtraData('VBoxInternal2/EnableX86OnArm', '1'); 1510 1510
Note:
See TracChangeset
for help on using the changeset viewer.