Re: [Qemu-devel] migration: Fix 32 bit compiler errors

2015-03-01 Thread Amit Shah
On (Sat) 28 Feb 2015 [19:09:40], Stefan Weil wrote: > Obviously that code was never before compiled on 32 bit hosts. > The RDMA API uses lots of uint64_t values and the code casts them > to and from pointers. > > I tried to fix the compilation but did not run any runtime tests. > > I think the fi

[Qemu-devel] migration: Fix 32 bit compiler errors

2015-02-28 Thread Stefan Weil
Obviously that code was never before compiled on 32 bit hosts. The RDMA API uses lots of uint64_t values and the code casts them to and from pointers. I tried to fix the compilation but did not run any runtime tests. I think the first two patches are trivial, but the third one might not be trivia