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 <kw...@redhat.com> Reviewed-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> --- util/oslib-posix.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Max Reitz <mre...@redhat.com>