aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/vmw
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-05-04hw/pvrdma: Add support for SRQKamal Heib4-1/+209
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib1-23/+36
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-4/+4
2019-03-16hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib1-3/+3
2019-03-16hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib1-3/+1
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib2-2/+2
2019-03-16hw/rdma: Fix broken paths to docs/devel/tracing.txtKamal Heib1-1/+1
2019-03-16hw/pvrdma: Provide correct value to object_get_typenameYuval Shaia1-1/+1
2019-03-16hw/pvrdma: Unregister from shutdown notifier when device goes downYuval Shaia1-0/+2
2019-03-16hw/pvrdma: Delete pvrdma_exit functionYuval Shaia1-6/+0
2019-03-16hw/pvrdma: Delete unneeded function argumentYuval Shaia1-2/+1
2019-03-16hw/rdma: Free all MAD receive buffers when device is closedYuval Shaia1-0/+2
2019-03-16{hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia1-0/+26
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia3-0/+20
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia6-233/+117
2019-01-19hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia2-10/+8
2019-01-19hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia1-2/+4
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia2-5/+29
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit1-18/+11
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit1-11/+26
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit1-0/+11
2018-12-22pvrdma: add uar_read routinePrasad J Pandit1-0/+6
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit1-1/+2
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2-0/+17
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia1-108/+91
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia1-12/+19
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia1-1/+2
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2-11/+4
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2-0/+14
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia4-41/+61
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/pvrdma: Make default pkey 0xFFFFYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia1-3/+1
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia2-1/+5
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia1-2/+4
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia1-1/+1
2018-12-20Clean up includesMarkus Armbruster1-1/+0
2018-08-18hw/pvrdma: remove not needed includeMarcel Apfelbaum1-1/+0
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia1-1/+1
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia1-0/+1
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia1-2/+2
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia1-2/+2
2018-08-18hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2-1/+4
2018-08-18hw/pvrdma: Clean CQE before useYuval Shaia1-0/+1
2018-08-18hw/rdma: Modify debug macrosYuval Shaia1-0/+2
2018-08-18hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia1-2/+3
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia1-55/+74