Re: [Qemu-devel] [PATCH v2 04/24] qemu_memalign: Allow small alignments

2014-01-11 Thread Max Reitz
On 13.12.2013 14:22, Kevin Wolf wrote: The functions used by qemu_memalign() require an alignment that is at least sizeof(void*). Adjust it if it is too small. Signed-off-by: Kevin Wolf Reviewed-by: Wenchao Xia --- util/oslib-posix.c | 5 + 1 file changed, 5 insertions(+) Reviewed-by:

[Qemu-devel] [PATCH v2 04/24] qemu_memalign: Allow small alignments

2013-12-13 Thread Kevin Wolf
The functions used by qemu_memalign() require an alignment that is at least sizeof(void*). Adjust it if it is too small. Signed-off-by: Kevin Wolf Reviewed-by: Wenchao Xia --- util/oslib-posix.c | 5 + 1 file changed, 5 insertions(+) diff --git a/util/oslib-posix.c b/util/oslib-posix.c ind