Re: [PATCH 1/3] tests/qtest: Add qtest_system_reset() utility function

2024-11-18 Thread Philippe Mathieu-Daudé
On 15/11/24 16:50, Peter Maydell wrote: We have several qtest tests which want to reset the QEMU under test during the course of testing something. They currently generally have their own functions to do this, which work by sending a "system_reset" QMP command. However, "system_reset" only requ

[PATCH 1/3] tests/qtest: Add qtest_system_reset() utility function

2024-11-15 Thread Peter Maydell
We have several qtest tests which want to reset the QEMU under test during the course of testing something. They currently generally have their own functions to do this, which work by sending a "system_reset" QMP command. However, "system_reset" only requests a reset, and many of the tests which