On 4/3/22 12:21, 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.mayd...@linaro.org>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Message-id: 20220226180723.1706285-9-peter.mayd...@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: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to