aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/vmw/pvrdma_qp_ops.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
2019-05-04hw/pvrdma: Add support for SRQKamal Heib1-1/+45
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib1-1/+1
2019-03-16hw/pvrdma: Delete unneeded function argumentYuval Shaia1-2/+1
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia1-36/+13
2019-01-19hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia1-8/+6
2019-01-19hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia1-2/+4
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia1-0/+24
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia1-12/+19
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia1-0/+20
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia1-1/+2
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia1-2/+4
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia1-2/+2
2018-08-18hw/pvrdma: Clean CQE before useYuval Shaia1-0/+1
2018-05-03hw/rdma: Fix possible usage of a NULL pointerMarcel Apfelbaum1-0/+1
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia1-3/+3
2018-03-23rdma: fix up include directivesMichael S. Tsirkin1-2/+2
2018-02-19hw/rdma: PVRDMA commands and data-path opsYuval Shaia1-0/+222