- Timestamp:
- Jan 24, 2024 7:50:24 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r103045 r103047 1176 1176 reporter.log('Ignoring VM %s (Nested hardware-virtualization not support on this host).' % (self.sVmName,)); 1177 1177 return True; 1178 elif self.sPlatformArchitecture == 'ARM' and utils.getHostArch() == 'amd64':1178 if self.sPlatformArchitecture == 'ARM' and utils.getHostArch() == 'amd64': 1179 1179 return True; 1180 1180 return False;
Note:
See TracChangeset
for help on using the changeset viewer.

