]> git.proxmox.com Git - mirror_qemu.git/commit - migration/rdma.c
migration: Fix some 32 bit compiler errors
authorStefan Weil <sw@weilnetz.de>
Sat, 28 Feb 2015 18:09:42 +0000 (19:09 +0100)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Mar 2015 14:20:37 +0000 (15:20 +0100)
commit3ac040c0ef525c4cc5ebf881c15421cfa6b095c7
tree175b223934533e8eb346dec4c9355f9e2784a5a1
parent1dbd2fd9cbf29c74131e439ce80fb2efde56ee32
migration: Fix some 32 bit compiler errors

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 <sw@weilnetz.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/rdma.c