Re: [PATCH] accel/tcg: Unmap perf_marker

2023-06-05 Thread Richard Henderson
On 6/5/23 04:41, Ilya Leoshkevich wrote: Coverity complains that perf_marker is never unmapped. Fix by unmapping it in perf_exit(). Fixes: Coverity CID 1507929 Fixes: 5584e2dbe8c9 ("tcg: add perfmap and jitdump") Signed-off-by: Ilya Leoshkevich --- accel/tcg/perf.c | 11 +-- 1 file ch

[PATCH] accel/tcg: Unmap perf_marker

2023-06-05 Thread Ilya Leoshkevich
Coverity complains that perf_marker is never unmapped. Fix by unmapping it in perf_exit(). Fixes: Coverity CID 1507929 Fixes: 5584e2dbe8c9 ("tcg: add perfmap and jitdump") Signed-off-by: Ilya Leoshkevich --- accel/tcg/perf.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff