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
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é (
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() alignm
- 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