Re: [PATCH 2/3] tests/qtest: Use qtest_system_reset() instead of open-coded versions

2024-11-18 Thread Philippe Mathieu-Daudé
On 15/11/24 16:50, Peter Maydell wrote: Use the qtest_system_reset() function in various tests that were previously open-coding the system-reset. Note that in several cases this fixes a bug where the test did not wait for the RESET QMP event before continuing. Signed-off-by: Peter Maydell --- I

[PATCH 2/3] tests/qtest: Use qtest_system_reset() instead of open-coded versions

2024-11-15 Thread Peter Maydell
Use the qtest_system_reset() function in various tests that were previously open-coding the system-reset. Note that in several cases this fixes a bug where the test did not wait for the RESET QMP event before continuing. Signed-off-by: Peter Maydell --- I can split this patch up if people prefer,