Re: [PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test

2025-05-09 Thread Philippe Mathieu-Daudé
On 8/5/25 20:09, Thomas Huth wrote: From: Thomas Huth qemu-system-hppa shuts down automatically when the BIOS is unable to boot from any device. So this test currently fails occasionally when QEMU already quit, but the test still expected it to be around (e.g. to shut it down cleanly). Adding a

Re: [PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test

2025-05-08 Thread Daniel P . Berrangé
On Thu, May 08, 2025 at 08:09:18PM +0200, Thomas Huth wrote: > From: Thomas Huth > > qemu-system-hppa shuts down automatically when the BIOS is > unable to boot from any device. So this test currently fails > occasionally when QEMU already quit, but the test still > expected it to be around (e.g.

[PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test

2025-05-08 Thread Thomas Huth
From: Thomas Huth qemu-system-hppa shuts down automatically when the BIOS is unable to boot from any device. So this test currently fails occasionally when QEMU already quit, but the test still expected it to be around (e.g. to shut it down cleanly). Adding a "-no-shutdown" seems to make it relia