aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma
AgeCommit message (Expand)AuthorFilesLines
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-04-28hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCIThomas Huth1-1/+1
2023-04-28hw/rdma: Compile target-independent parts of the rdma code only onceThomas Huth1-3/+5
2023-04-28hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZThomas Huth1-4/+0
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-16hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia1-0/+6
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2-1/+2
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster3-2/+1
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-37/+20
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster2-9/+6
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-6/+1
2022-04-26hw/pvrdma: Some cosmetic fixesYuval Shaia1-4/+5
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-4/+4
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé1-1/+1
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé1-1/+1
2022-01-18hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argumentPhilippe Mathieu-Daudé2-8/+8
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé3-68/+69
2021-07-04pvrdma: Fix the ring init error flow (CVE-2021-3608)Marcel Apfelbaum1-1/+1
2021-07-04pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum1-0/+5
2021-07-04hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)Marcel Apfelbaum1-0/+7
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-03-15pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck5-28/+37
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2020-12-19hw/rdma: Replace QList by GQueueMarkus Armbruster4-26/+30
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi3-12/+12
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost1-1/+1
2020-08-21meson: convert hw/rdmaMarc-André Lureau2-3/+10
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini2-0/+2
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal2-27/+26
2020-05-02hw/rdma: Destroy list mutex when list is destroyedYuval Shaia1-0/+1
2020-03-21hw/rdma: avoid suspicious strncpy() useStefan Hajnoczi1-0/+1
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia3-19/+20
2020-03-21hw/rdma: Cosmetic change - no need for two sge arraysYuval Shaia1-24/+16
2020-03-21hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpyJulia Suvorova1-2/+2
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
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 Shaia4-0/+29
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 Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia1-7/+0
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-05-13Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+0
2019-05-04hw/pvrdma: Add support for SRQKamal Heib4-1/+209