index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rdma
/
rdma_rm.c
Age
Commit message (
Expand
)
Author
2020-05-04
lockable: Replace locks with lock guard macros
Simran Singhal
2020-03-21
hw/rdma: Skip data-path mr_id translation
Yuval Shaia
2019-11-06
hw/rdma: Utilize ibv_reg_mr_iova for memory registration
Yuval Shaia
2019-05-04
hw/rdma: Modify create/destroy QP to support SRQ
Kamal Heib
2019-05-04
hw/rdma: Add support for managing SRQ resource
Kamal Heib
2019-05-04
hw/rdma: Add SRQ support to backend layer
Kamal Heib
2019-03-16
hw/rdma: Free all receive buffers when QP is destroyed
Yuval Shaia
2019-03-16
{hmp, hw/pvrdma}: Expose device internals via monitor interface
Yuval Shaia
2019-03-16
hw/pvrdma: Collect debugging statistics
Yuval Shaia
2019-03-16
hw/rdma: Protect against concurrent execution of poll_cq
Yuval Shaia
2019-03-16
hw/rdma: Switch to generic error reporting way
Yuval Shaia
2019-01-19
hw: rdma: fix an off-by-one issue
Li Qiang
2019-01-19
hw/rdma: Verify that ptr is not NULL before freeing
Yuval Shaia
2018-12-22
hw/rdma: Do not call rdma_backend_del_gid on an empty gid
Yuval Shaia
2018-12-22
hw/rdma: Do not use bitmap_zero_extend to free bitmap
Yuval Shaia
2018-12-22
hw/rdma: Remove unneeded code that handles more that one port
Yuval Shaia
2018-12-22
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
2018-12-22
hw/rdma: Add ability to force notification without re-arm
Yuval Shaia
2018-08-18
hw/rdma: Bugfix - Support non-aligned buffers
Yuval Shaia
2018-08-18
hw/rdma: Print backend QP number in hex format
Yuval Shaia
2018-08-18
hw/rdma: Reorder resource cleanup
Yuval Shaia
2018-08-18
hw/rdma: Do not allocate memory for non-dma MR
Yuval Shaia
2018-08-18
hw/rdma: Delete useless structure RdmaRmUserMR
Yuval Shaia
2018-05-03
hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME
Yuval Shaia
2018-03-23
hw/rdma: Fix 32-bit compilation
Yuval Shaia
2018-03-23
hw/rdma: Change host_virt to void *
Yuval Shaia
2018-03-23
rdma: fix up include directives
Michael S. Tsirkin
2018-03-23
hw/rdma: Add Query QP operation
Yuval Shaia
2018-02-19
hw/rdma: Implementation of generic rdma device layers
Yuval Shaia