qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements
@ 2020-10-21 17:38 Philippe Mathieu-Daudé
  2020-10-21 17:38 ` [PATCH v5 1/2] util/oslib-win32: Use _aligned_malloc for qemu_try_memalign Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-21 17:38 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel
  Cc: Paolo Bonzini, Philippe Mathieu-Daudé, Stefan Weil

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

-- 
2.26.2




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-05 10:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21 17:38 [PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements Philippe Mathieu-Daudé
2020-10-21 17:38 ` [PATCH v5 1/2] util/oslib-win32: Use _aligned_malloc for qemu_try_memalign Philippe Mathieu-Daudé
2020-10-21 17:38 ` [PATCH v5 2/2] util/oslib: Assert qemu_try_memalign() alignment is a power of 2 Philippe Mathieu-Daudé
2020-12-16 19:24 ` [PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements Richard Henderson
2021-01-05  0:06   ` Richard Henderson
2021-01-05  9:56     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).