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

2013-12-11 Thread Wenchao Xia
Reviewed-by: Wenchao Xia

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

2013-12-11 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 --- util/oslib-posix.c | 5 + 1 file changed, 5 insertions(+) diff --git a/util/oslib-posix.c b/util/oslib-posix.c index e00a44c..54f8932 100644