On 7/2/26 11:38 AM, Zhuoying Cai wrote: > On 7/1/26 9:48 PM, Matthew Rosato wrote: >> On 7/1/26 4:49 PM, Zhuoying Cai wrote:
>> >> I thought this would work for tcg too? If so it would be nice to be >> able to enable this test also for cross-platform testing w/ tcg.. >> > > Yes, it works with tcg as well. I ran the test with tcg last night and > again this morning, and it passed both times. The main issue is that it > took about 3060 seconds to complete due to the relatively slow nature of > tcg and the amount of setup performed by the test. > > We could enable the test for tcg and use tcg whenever kvm is not > available, but we would need to significantly increase the timeout > compared to the kvm case. I think something around 5000 seconds would be > reasonable to avoid unexpected timeout failures. If that sounds > acceptable, I can enable it in the next version. Oof. We could potentially control this with $QEMU_TEST_ALLOW_SLOW; but let's leave it as is for now and consider incorporating tcg testing as a follow-on. Thanks, Matt
