aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/vmw/pvrdma_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-11-06hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia1-0/+6
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-04hw/pvrdma: Add support for SRQKamal Heib1-0/+16
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/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 Shaia1-0/+8
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia1-91/+53
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