qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements


From: Paolo Bonzini
Subject: Re: [PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements
Date: Tue, 5 Jan 2021 10:56:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 05/01/21 01:06, Richard Henderson wrote:
On 12/16/20 9:24 AM, Richard Henderson wrote:
On 10/21/20 12:38 PM, Philippe Mathieu-Daudé wrote:
- Use _aligned_malloc for qemu_try_memalign on win32
- Assert qemu_try_memalign() alignment is a power of 2

Since v4:
- Drop superfluous assert (Richard)

Philippe Mathieu-Daudé (1):
   util/oslib: Assert qemu_try_memalign() alignment is a power of 2

Richard Henderson (1):
   util/oslib-win32: Use _aligned_malloc for qemu_try_memalign

  util/oslib-posix.c |  2 ++
  util/oslib-win32.c | 12 +++++-------
  2 files changed, 7 insertions(+), 7 deletions(-)


Ping.

Ping2.  Shall I just queue this to tcg-next?

Yes, just go ahead. util/ is everybody's land, maintainers are supposed to know what they're doing. :)

Paolo




reply via email to

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