Re: [Qemu-devel] [PATCH 2/3] migration: Fix some 32 bit compiler errors

2015-03-17 Thread Juan Quintela
Stefan Weil s...@weilnetz.de wrote: The current code won't compile on 32 bit hosts because there are lots of type casts between pointers and 64 bit integers. Fix some of them. Signed-off-by: Stefan Weil s...@weilnetz.de Applied, thanks.

Re: [Qemu-devel] [PATCH 2/3] migration: Fix some 32 bit compiler errors

2015-03-05 Thread Dr. David Alan Gilbert
* Stefan Weil (s...@weilnetz.de) wrote: Am 04.03.2015 um 13:44 schrieb Dr. David Alan Gilbert: * Stefan Weil (s...@weilnetz.de) wrote: The current code won't compile on 32 bit hosts because there are lots of type casts between pointers and 64 bit integers. Fix some of them.

Re: [Qemu-devel] [PATCH 2/3] migration: Fix some 32 bit compiler errors

2015-03-04 Thread Stefan Weil
Am 04.03.2015 um 13:44 schrieb Dr. David Alan Gilbert: * Stefan Weil (s...@weilnetz.de) wrote: The current code won't compile on 32 bit hosts because there are lots of type casts between pointers and 64 bit integers. Fix some of them. Signed-off-by: Stefan Weil s...@weilnetz.de Please route

Re: [Qemu-devel] [PATCH 2/3] migration: Fix some 32 bit compiler errors

2015-03-04 Thread Dr. David Alan Gilbert
* Stefan Weil (s...@weilnetz.de) wrote: The current code won't compile on 32 bit hosts because there are lots of type casts between pointers and 64 bit integers. Fix some of them. Signed-off-by: Stefan Weil s...@weilnetz.de Please route rdma stuff through migration, not -trivial; it's

[Qemu-devel] [PATCH 2/3] migration: Fix some 32 bit compiler errors

2015-02-28 Thread Stefan Weil
The current code won't compile on 32 bit hosts because there are lots of type casts between pointers and 64 bit integers. Fix some of them. Signed-off-by: Stefan Weil s...@weilnetz.de --- migration/rdma.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff