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

2022-02-26 Thread Richard Henderson
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 --- util/memalign.c| 11 +++ util/oslib-posix.c | 6 -- util/oslib-win3

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

2022-02-26 Thread Peter Maydell
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 --- util/memalign.c| 11 +++ util/oslib-posix.c | 6 -- util/oslib-win32.c | 6 -- 3 files changed, 11 insert