On Thu, 14 Dec 2023 at 23:32, Samuel Tardieu <s...@rfc1149.net> wrote: > > The `fail_rx`/`fail` block is only entered while `buf_rx` is equal to > its initial value `MAP_FAILED`. The `munmap(buf_rx, size);` was never > executed. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2030 > Signed-off-by: Samuel Tardieu <s...@rfc1149.net> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM