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