summaryrefslogtreecommitdiffstats
path: root/hw/rdma
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/rdma: Delete unused headers inclusionYuval Shaia2019-06-061-7/+0Star
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2019-05-131-1/+0Star
* hw/pvrdma: Add support for SRQKamal Heib2019-05-044-1/+209
* hw/rdma: Modify create/destroy QP to support SRQKamal Heib2019-05-046-33/+67
* hw/rdma: Add support for managing SRQ resourceKamal Heib2019-05-043-0/+111
* hw/rdma: Add SRQ support to backend layerKamal Heib2019-05-045-2/+134
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-282-4/+5
|\
| * kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-182-4/+5
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-222-7/+7
* | hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib2019-03-161-3/+3
* | hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib2019-03-161-3/+1Star
* | hw/rdma: Use {} instead of {0}Kamal Heib2019-03-163-11/+11
* | hw/rdma: Remove unused parameter from rdma_poll_cq()Kamal Heib2019-03-161-4/+3Star
* | hw/rdma: Fix broken paths to docs/devel/tracing.txtKamal Heib2019-03-162-2/+2
* | hw/rdma: another clang compilation fixMarcel Apfelbaum2019-03-161-2/+2
* | hw/pvrdma: Provide correct value to object_get_typenameYuval Shaia2019-03-161-1/+1
* | hw/pvrdma: Unregister from shutdown notifier when device goes downYuval Shaia2019-03-161-0/+2
* | hw/pvrdma: Delete pvrdma_exit functionYuval Shaia2019-03-161-6/+0Star
* | hw/pvrdma: Delete unneeded function argumentYuval Shaia2019-03-163-10/+7Star
* | hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia2019-03-166-9/+63
* | hw/rdma: Free all MAD receive buffers when device is closedYuval Shaia2019-03-162-1/+35
* | {hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia2019-03-165-1/+111
* | hw/pvrdma: Collect debugging statisticsYuval Shaia2019-03-166-18/+106
* | hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia2019-03-163-0/+7
* | hw/rdma: Introduce protected qlistYuval Shaia2019-03-164-21/+55
* | hw/rdma: Switch to generic error reporting wayYuval Shaia2019-03-1613-577/+363Star
|/
* hw/rdma: modify struct initializationMarcel Apfelbaum2019-01-191-4/+4
* hw: rdma: fix an off-by-one issueLi Qiang2019-01-191-1/+1
* hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia2019-01-192-3/+10
* hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia2019-01-192-10/+8Star
* hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia2019-01-192-2/+5
* hw/rdma: Delete unused struct memberYuval Shaia2019-01-192-13/+14
* hw/pvrdma: Remove max-sge command-line paramYuval Shaia2019-01-194-26/+42
* pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit2018-12-221-18/+11Star
* rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit2018-12-221-2/+1Star
* pvrdma: release ring object in case of an errorPrasad J Pandit2018-12-221-11/+26
* pvrdma: check number of pages when creating ringsPrasad J Pandit2018-12-221-0/+11
* pvrdma: add uar_read routinePrasad J Pandit2018-12-221-0/+6
* rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit2018-12-221-6/+6
* pvrdma: release device resources in case of an errorPrasad J Pandit2018-12-221-1/+2
* hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia2018-12-221-0/+4
* hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2018-12-222-0/+17
* hw/rdma: Remove unneeded code that handles more that one portYuval Shaia2018-12-223-21/+19Star
* hw/pvrdma: Fill error code in command's responseYuval Shaia2018-12-221-108/+91Star
* hw/pvrdma: Fill all CQE fieldsYuval Shaia2018-12-223-36/+58
* hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia2018-12-221-1/+2
* hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2018-12-223-11/+13