summaryrefslogtreecommitdiffstats
path: root/hw/rdma/rdma_rm.c
Commit message (Expand)AuthorAgeFilesLines
* hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia2018-12-221-0/+4
* hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia2018-12-221-1/+1
* hw/rdma: Remove unneeded code that handles more that one portYuval Shaia2018-12-221-18/+16Star
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-221-4/+100
* hw/rdma: Add ability to force notification without re-armYuval Shaia2018-12-221-2/+10
* hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2018-08-181-0/+2
* hw/rdma: Print backend QP number in hex formatYuval Shaia2018-08-181-2/+2
* hw/rdma: Reorder resource cleanupYuval Shaia2018-08-181-1/+2
* hw/rdma: Do not allocate memory for non-dma MRYuval Shaia2018-08-181-31/+21Star
* hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia2018-08-181-8/+8
* hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia2018-05-031-2/+0Star
* hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-231-2/+2
* hw/rdma: Change host_virt to void *Yuval Shaia2018-03-231-5/+5
* rdma: fix up include directivesMichael S. Tsirkin2018-03-231-3/+3
* hw/rdma: Add Query QP operationYuval Shaia2018-03-231-0/+18
* hw/rdma: Implementation of generic rdma device layersYuval Shaia2018-02-191-0/+544