Re: [kvm-devel] [patch] qemu/ia64 include prototype for qemu_mallocz

2008-04-22 Thread Avi Kivity
Jes Sorensen wrote: Hi, This one fixes a segfault problem I am seeing on ia64 due to the malloc'ed address being truncated to 32 bit. Applied, thanks. -- error compiling committee.c: too many arguments to function -

[kvm-devel] [patch] qemu/ia64 include prototype for qemu_mallocz

2008-04-21 Thread Jes Sorensen
Hi, This one fixes a segfault problem I am seeing on ia64 due to the malloc'ed address being truncated to 32 bit. Cheers, Jes Include qemu-common.h for the prototype for qemu_mallocz to avoid the being truncated to 32 bit. Signed-off-by: Jes Sorensen [EMAIL PROTECTED] ---