Changeset 104090 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Mar 27, 2024 2:29:07 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/cpu/tdCpuIemInstr1.py
r103753 r104090 69 69 asVirtModesSup, 70 70 f64BitRequired); 71 72 def _childVmReconfig(self, oTestDrv, oVM, oSession): 73 _ = oTestDrv; 74 75 # Make sure the testcase runs in a sensible timeframe but we still excercise the recompiler. 76 fRc = oSession.setExtraData('VBoxInternal/Devices/VMMDev/0/Config/TestingThresholdNativeRecompiler', '2'); 77 fRc = fRc and oSession.setExtraData('VBoxInternal/IEM/NativeRecompileAtUsedCount', '1'); 78 79 return fRc; 71 80 72 81 class tdCpuIemInstr1(vbox.TestDriver):
Note:
See TracChangeset
for help on using the changeset viewer.