]> git.ipfire.org Git - thirdparty/qemu.git/commit
util: Put qemu_vfree() in memalign.c
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 26 Feb 2022 18:07:22 +0000 (18:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Mar 2022 13:16:24 +0000 (13:16 +0000)
commit1a11265d7e854203652606b671a0e02ba100a249
tree7f96eae377c21e7e8b04cd329a7d907e9093308e
parent88454f844efe26ea8ac7f394a72b1e6620dccf7e
util: Put qemu_vfree() in memalign.c

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220226180723.1706285-9-peter.maydell@linaro.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
util/memalign.c
util/oslib-posix.c
util/oslib-win32.c