aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/rdma_rm.c
AgeCommit message (Expand)Author
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia
2019-11-06hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib
2019-05-04hw/rdma: Add support for managing SRQ resourceKamal Heib
2019-05-04hw/rdma: Add SRQ support to backend layerKamal Heib
2019-03-16hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia
2019-03-16{hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia
2019-03-16hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia
2019-01-19hw: rdma: fix an off-by-one issueLi Qiang
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia
2018-08-18hw/rdma: Reorder resource cleanupYuval Shaia
2018-08-18hw/rdma: Do not allocate memory for non-dma MRYuval Shaia
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia
2018-05-03hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia
2018-03-23hw/rdma: Change host_virt to void *Yuval Shaia
2018-03-23rdma: fix up include directivesMichael S. Tsirkin
2018-03-23hw/rdma: Add Query QP operationYuval Shaia
2018-02-19hw/rdma: Implementation of generic rdma device layersYuval Shaia