aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/vmw/pvrdma_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia1-5/+5
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 Shaia1-0/+15
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia1-1/+4
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia1-0/+12
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia1-19/+6
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia1-3/+1
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia1-1/+3
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia1-1/+1
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia1-2/+2
2018-08-18hw/rdma: Modify debug macrosYuval Shaia1-0/+2
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia1-55/+74
2018-05-03hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia1-2/+2
2018-05-03hw/rdma: Delete port's pkey tableYuval Shaia1-15/+0
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia1-12/+13
2018-03-23hw/rdma: fix clang compilation errorsMarcel Apfelbaum1-2/+2
2018-03-23rdma: fix up include directivesMichael S. Tsirkin1-12/+12
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia1-0/+670