qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 8/9] util: Put qemu_vfree() in memalign.c


From: Richard Henderson
Subject: Re: [PATCH 8/9] util: Put qemu_vfree() in memalign.c
Date: Sat, 26 Feb 2022 15:05:29 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/26/22 08:07, Peter Maydell wrote:
qemu_vfree() is the companion free function to qemu_memalign(); put
it in memalign.c so the allocation and free functions are together.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  util/memalign.c    | 11 +++++++++++
  util/oslib-posix.c |  6 ------
  util/oslib-win32.c |  6 ------
  3 files changed, 11 insertions(+), 12 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]