Re: [PATCH] fix long-standing crash in 32bit migration

2011-04-27 Thread Avi Kivity
On 04/27/2011 03:17 PM, Jan Kiszka wrote: > + */ > +size = ALIGN(((mem->memory_size)>> TARGET_PAGE_BITS), /*HOST_LONG_BITS*/ 64) / 8; -ELINETOOLONG -ETABSALERT Once fixed, it should also be queued in uq/master. Right. I fixed it in my tree, no need to resubmit. -- error

Re: [PATCH] fix long-standing crash in 32bit migration

2011-04-27 Thread Jan Kiszka
On 2011-04-26 18:13, Michael Tokarev wrote: > This change fixes a long-standing immediate crash (memory corruption > and abort in glibc malloc code) in migration on 32bits. > > The bug is present since this commit: > > commit 692d9aca97b865b0f7903565274a52606910f129 > Author: Bruce Rogers >

Re: [PATCH] fix long-standing crash in 32bit migration

2011-04-27 Thread Avi Kivity
On 04/26/2011 07:13 PM, Michael Tokarev wrote: This change fixes a long-standing immediate crash (memory corruption and abort in glibc malloc code) in migration on 32bits. Applied, thanks. Very good catch indeed. -- error compiling committee.c: too many arguments to function -- To unsubsc

[PATCH] fix long-standing crash in 32bit migration

2011-04-26 Thread Michael Tokarev
This change fixes a long-standing immediate crash (memory corruption and abort in glibc malloc code) in migration on 32bits. The bug is present since this commit: commit 692d9aca97b865b0f7903565274a52606910f129 Author: Bruce Rogers Date: Wed Sep 23 16:13:18 2009 -0600 qemu-kvm: allo