summaryrefslogtreecommitdiffstats
path: root/hw/rdma
Commit message (Expand)AuthorAgeFilesLines
* hw/rdma: Make distinction between device init and start modesYuval Shaia2018-08-184-75/+155
* hw/rdma: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/rdma: Fix possible out of bounds access to port GID indexMarcel Apfelbaum2018-05-031-1/+1
* hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia2018-05-032-4/+2Star
* hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia2018-05-032-5/+5
* hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia2018-05-032-3/+7
* hw/rdma: Delete port's pkey tableYuval Shaia2018-05-032-17/+1Star
* hw/rdma: Fix possible usage of a NULL pointerMarcel Apfelbaum2018-05-031-0/+1
* hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum2018-05-031-1/+1
* hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-238-38/+40
* hw/rdma: Use correct print format in CHK_ATTR macroYuval Shaia2018-03-231-2/+2
* hw/rdma: Change host_virt to void *Yuval Shaia2018-03-234-11/+11
* hw/rdma: fix clang compilation errorsMarcel Apfelbaum2018-03-232-4/+5
* rdma: fix up include directivesMichael S. Tsirkin2018-03-2312-39/+39
* hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia2018-03-231-1/+23
* hw/rdma: Add Query QP operationYuval Shaia2018-03-234-0/+35
* hw/rdma: Implementation of PVRDMA deviceYuval Shaia2018-02-193-1/+676
* hw/rdma: PVRDMA commands and data-path opsYuval Shaia2018-02-197-0/+1243
* hw/rdma: Implementation of generic rdma device layersYuval Shaia2018-02-196-1/+1535
* hw/rdma: Definitions for rdma device and rdma resource managerYuval Shaia2018-02-192-0/+166
* hw/rdma: Add wrappers and macrosYuval Shaia2018-02-193-0/+97