On Wed, Oct 22, 2025 at 06:00:09PM -0700, Bobby Eshleman wrote:
From: Bobby Eshleman bobbyeshleman@meta.com
If QEMU fails to boot, then set the returncode (via timeout) instead of unconditionally dying. This is in preparation for tests that expect QEMU to fail to boot. In that case, we just want to know if the boot failed or not so we can test the pass/fail criteria, and continue executing the next test.
Signed-off-by: Bobby Eshleman bobbyeshleman@meta.com
Reviewed-by: Simon Horman horms@kernel.org