aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/rdma_rm.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZThomas Huth1-4/+0
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé1-52/+52
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal1-2/+1
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia1-7/+6
2019-11-06hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia1-0/+5
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib1-3/+19
2019-05-04hw/rdma: Add support for managing SRQ resourceKamal Heib1-0/+93
2019-05-04hw/rdma: Add SRQ support to backend layerKamal Heib1-0/+2
2019-03-16hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia1-1/+1
2019-03-16{hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia1-0/+53
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia1-0/+7
2019-03-16hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia1-0/+4
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia1-78/+52
2019-01-19hw: rdma: fix an off-by-one issueLi Qiang1-1/+1
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia1-1/+6
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia1-0/+4
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia1-1/+1
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia1-18/+16
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia1-4/+100
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia1-2/+10
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia1-0/+2
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia1-2/+2
2018-08-18hw/rdma: Reorder resource cleanupYuval Shaia1-1/+2
2018-08-18hw/rdma: Do not allocate memory for non-dma MRYuval Shaia1-31/+21
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia1-8/+8
2018-05-03hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia1-2/+0
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia1-2/+2
2018-03-23hw/rdma: Change host_virt to void *Yuval Shaia1-5/+5
2018-03-23rdma: fix up include directivesMichael S. Tsirkin1-3/+3
2018-03-23hw/rdma: Add Query QP operationYuval Shaia1-0/+18
2018-02-19hw/rdma: Implementation of generic rdma device layersYuval Shaia1-0/+544