Re: [PATCH 02/10] fuzz: add fuzz_reboot API

2023-02-13 Thread Darren Kenny
On Sunday, 2023-02-05 at 11:50:52 +01, Philippe Mathieu-Daudé wrote: > On 5/2/23 05:29, Alexander Bulekov wrote: >> As we are converting most fuzzers to rely on reboots to reset state, >> introduce an API to make sure reboots are invoked in a consistent >> manner. >> >> Signed-off-by: Alexander Bu

Re: [PATCH 02/10] fuzz: add fuzz_reboot API

2023-02-05 Thread Philippe Mathieu-Daudé
On 5/2/23 05:29, Alexander Bulekov wrote: As we are converting most fuzzers to rely on reboots to reset state, introduce an API to make sure reboots are invoked in a consistent manner. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/fuzz.c | 6 ++ tests/qtest/fuzz/fuzz.h | 2 +- 2

[PATCH 02/10] fuzz: add fuzz_reboot API

2023-02-04 Thread Alexander Bulekov
As we are converting most fuzzers to rely on reboots to reset state, introduce an API to make sure reboots are invoked in a consistent manner. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/fuzz.c | 6 ++ tests/qtest/fuzz/fuzz.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)