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

2014-01-17 Thread Benoît Canet
Le Friday 17 Jan 2014 à 15:14:54 (+0100), Kevin Wolf a écrit : > 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 > Reviewed-by: Max Reitz > --- > util/oslib-posix

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

2014-01-17 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 Reviewed-by: Max Reitz --- util/oslib-posix.c | 5 + 1 file changed, 5 insertions(+) diff --git a/util/oslib-posix.c