diff options
| author | Yuval Shaia <yuval.shaia@oracle.com> | 2018-03-22 11:52:18 +0200 |
|---|---|---|
| committer | Marcel Apfelbaum <marcel@redhat.com> | 2018-03-23 18:38:55 +0300 |
| commit | 9bbb8d3577fe302802bfc7e4cf832a39aaa75692 (patch) | |
| tree | 923f017f76f331f66495abec4d94e85b05c9c7a9 /hw/rdma/rdma_utils.c | |
| parent | 197053e212785e774d82800690dd76d735c52226 (diff) | |
| download | focaccia-qemu-9bbb8d3577fe302802bfc7e4cf832a39aaa75692.tar.gz focaccia-qemu-9bbb8d3577fe302802bfc7e4cf832a39aaa75692.zip | |
hw/rdma: Change host_virt to void *
To avoid compilation warnings on 32-bit machines: rdma_backend.c: In function 'rdma_backend_create_mr': rdma_backend.c:409:37: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] mr->ibmr = ibv_reg_mr(pd->ibpd, (void *)addr, length, access); Reported-by: Eric Blake <eblake@redhat.com> Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Eric Blake <eblake@redhat.com> Tested-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180322095220.9976-2-yuval.shaia@oracle.com> Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Diffstat (limited to 'hw/rdma/rdma_utils.c')
0 files changed, 0 insertions, 0 deletions