summaryrefslogtreecommitdiffstats
path: root/hw/rdma/vmw/pvrdma_main.c
Commit message (Expand)AuthorAgeFilesLines
* rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost2020-09-021-1/+1
* 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-061-0/+6
* 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-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/pvrdma: Add support for SRQKamal Heib2019-05-041-0/+16
* 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/rdma: Free all MAD receive buffers when device is closedYuval Shaia2019-03-161-0/+2
* {hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia2019-03-161-0/+26
* hw/pvrdma: Collect debugging statisticsYuval Shaia2019-03-161-0/+8
* hw/rdma: Switch to generic error reporting wayYuval Shaia2019-03-161-91/+53Star
* hw/pvrdma: Remove max-sge command-line paramYuval Shaia2019-01-191-5/+5
* pvrdma: add uar_read routinePrasad J Pandit2018-12-221-0/+6
* pvrdma: release device resources in case of an errorPrasad J Pandit2018-12-221-1/+2
* hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2018-12-221-0/+15
* hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2018-12-221-1/+4
* hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2018-12-221-0/+12
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-221-19/+6Star
* hw/pvrdma: Make function reset_device return voidYuval Shaia2018-12-221-3/+1Star
* hw/rdma: Add support for MAD packetsYuval Shaia2018-12-221-1/+3
* hw/rdma: Add reference to pci_dev in backend_devYuval Shaia2018-08-181-1/+1
* hw/pvrdma: Cosmetic change - indent rightYuval Shaia2018-08-181-2/+2
* hw/rdma: Modify debug macrosYuval Shaia2018-08-181-0/+2
* hw/rdma: Make distinction between device init and start modesYuval Shaia2018-08-181-55/+74
* hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia2018-05-031-2/+2
* hw/rdma: Delete port's pkey tableYuval Shaia2018-05-031-15/+0Star
* hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-231-12/+13
* hw/rdma: fix clang compilation errorsMarcel Apfelbaum2018-03-231-2/+2
* rdma: fix up include directivesMichael S. Tsirkin2018-03-231-12/+12
* hw/rdma: Implementation of PVRDMA deviceYuval Shaia2018-02-191-0/+670