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

Philippe Mathieu-Daudé posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201020111743.2074694-1-philmd@redhat.com
There is a newer version of this series
util/oslib-posix.c |  3 +++
util/oslib-win32.c | 12 +++++-------
2 files changed, 8 insertions(+), 7 deletions(-)
[PATCH v4 0/2] util/oslib: qemu_try_memalign() improvements
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
- Use _aligned_malloc for qemu_try_memalign on win32
- Assert qemu_try_memalign() alignment is a power of 2

Supersedes: <20201018164836.1149452-1-richard.henderson@linaro.org>

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 |  3 +++
 util/oslib-win32.c | 12 +++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.26.2