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. r~