summaryrefslogtreecommitdiffstats
path: root/hw/rdma/rdma_rm.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* lockable: Replace locks with lock guard macrosSimran Singhal2020-05-041-2/+1Star
* hw/rdma: Skip data-path mr_id translationYuval Shaia2020-03-211-7/+6Star
* hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia2019-11-061-0/+5
* hw/rdma: Modify create/destroy QP to support SRQKamal Heib2019-05-041-3/+19
* hw/rdma: Add support for managing SRQ resourceKamal Heib2019-05-041-0/+93
* hw/rdma: Add SRQ support to backend layerKamal Heib2019-05-041-0/+2
* hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia2019-03-161-1/+1
* {hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia2019-03-161-0/+53
* hw/pvrdma: Collect debugging statisticsYuval Shaia2019-03-161-0/+7
* hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia2019-03-161-0/+4
* hw/rdma: Switch to generic error reporting wayYuval Shaia2019-03-161-78/+52Star
* hw: rdma: fix an off-by-one issueLi Qiang2019-01-191-1/+1
* hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia2019-01-191-1/+6
* 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