aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/vmw/pvrdma_main.c
AgeCommit message (Expand)Author
2023-10-12hw/rdma: Deprecate the pvrdma device and the rdma subsystemThomas Huth
2023-10-12hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-04-26hw/pvrdma: Some cosmetic fixesYuval Shaia
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé
2021-07-04pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum
2021-03-15pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-11-06hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-04hw/pvrdma: Add support for SRQKamal Heib
2019-03-16hw/pvrdma: Provide correct value to object_get_typenameYuval Shaia
2019-03-16hw/pvrdma: Unregister from shutdown notifier when device goes downYuval Shaia
2019-03-16hw/pvrdma: Delete pvrdma_exit functionYuval Shaia
2019-03-16hw/rdma: Free all MAD receive buffers when device is closedYuval Shaia
2019-03-16{hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia
2018-12-22pvrdma: add uar_read routinePrasad J Pandit
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia
2018-08-18hw/rdma: Modify debug macrosYuval Shaia
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia
2018-05-03hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia
2018-05-03hw/rdma: Delete port's pkey tableYuval Shaia
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia
2018-03-23hw/rdma: fix clang compilation errorsMarcel Apfelbaum
2018-03-23rdma: fix up include directivesMichael S. Tsirkin
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia