qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 8/9] util: Put qemu_vfree() in memalign.c
Date: Fri, 4 Mar 2022 15:03:11 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220226180723.1706285-9-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: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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