On Sunday, 2023-02-05 at 11:40:55 +01, Philippe Mathieu-Daudé wrote: > On 5/2/23 05:29, Alexander Bulekov wrote: >> We use sparse-mem for fuzzing. For long-running fuzzing processes, we >> eventually end up with many allocated sparse-mem pages. To avoid this, >> clear the allocated pages on system-reset. >> >> Signed-off-by: Alexander Bulekov <alx...@bu.edu> >> --- >> hw/mem/sparse-mem.c | 13 ++++++++++++- >> 1 file changed, 12 insertions(+), 1 deletion(-) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Darren Kenny <darren.ke...@oracle.com> Thanks, Darren.