Changeset 103089 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jan 26, 2024 4:24:49 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r103085 r103089 1881 1881 Removes unsupported virtualization modes for the given VM. 1882 1882 """ 1883 1884 # pylint: disable=line-too-long 1883 1885 if oTestDrv.fpApiVer >= 7.1: 1884 1886 enmCpuArch = None; … … 1941 1943 asVirtModesWanted.remove('raw'); 1942 1944 1945 # pylint: enable=line-too-long 1943 1946 return asVirtModesWanted; 1944 1947
Note:
See TracChangeset
for help on using the changeset viewer.