summaryrefslogtreecommitdiffstats
path: root/hw/rdma
Commit message (Expand)AuthorAgeFilesLines
* lockable: Replace locks with lock guard macrosSimran Singhal2020-05-042-27/+26Star
* hw/rdma: Destroy list mutex when list is destroyedYuval Shaia2020-05-021-0/+1
* hw/rdma: avoid suspicious strncpy() useStefan Hajnoczi2020-03-211-0/+1
* hw/rdma: Skip data-path mr_id translationYuval Shaia2020-03-213-19/+20
* hw/rdma: Cosmetic change - no need for two sge arraysYuval Shaia2020-03-211-24/+16Star
* hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpyJulia Suvorova2020-03-211-2/+2
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia2019-11-064-0/+29
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* 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