- 31c4b6f hw/pvrdma: Protect against buggy or malicious guest driver by Yuval Shaia · 2 years, 10 months ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 1 month ago
- 674b0a5 include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h by Markus Armbruster · 2 years, 1 month ago
- 66997c4 cleanup: Tweak and re-run return_directly.cocci by Markus Armbruster · 2 years, 2 months ago
- 3d55833 Drop more useless casts from void * to pointer by Markus Armbruster · 2 years, 2 months ago
- 15377f6 msix: Assert that specified vector is in range by Akihiko Odaki · 2 years, 5 months ago
- 46c1ea0 hw/pvrdma: Some cosmetic fixes by Yuval Shaia · 2 years, 10 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 10 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 10 months ago
- bfa30f3 hw/dma: Use dma_addr_t type definition when relevant by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 60791a2 hw/dma: Fix format string issues using dma_addr_t by Philippe Mathieu-Daudé · 3 years ago
- ce0a798 hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 8dbbca5 qapi: introduce x-query-rdma QMP command by Daniel P. Berrangé · 3 years, 4 months ago
- 66ae37d pvrdma: Fix the ring init error flow (CVE-2021-3608) by Marcel Apfelbaum · 3 years, 7 months ago
- 32e5703 pvrdma: Ensure correct input on ring init (CVE-2021-3607) by Marcel Apfelbaum · 3 years, 7 months ago
- 284f191 hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582) by Marcel Apfelbaum · 3 years, 7 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 8 months ago
- 3aa1b7a pvrdma: wean code off pvrdma_ring.h kernel header by Cornelia Huck · 4 years ago
- 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
- bce8008 hw/rdma: Replace QList by GQueue by Markus Armbruster · 4 years, 1 month ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 1 month ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
- 7b4433b rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro by Eduardo Habkost · 4 years, 5 months ago
- 19233c9 meson: convert hw/rdma by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 08b689a lockable: Replace locks with lock guard macros by Simran Singhal · 4 years, 10 months ago
- a5cde04 hw/rdma: Destroy list mutex when list is destroyed by Yuval Shaia · 4 years, 9 months ago
- f93cfdc hw/rdma: avoid suspicious strncpy() use by Stefan Hajnoczi · 4 years, 10 months ago
- b196d4f hw/rdma: Skip data-path mr_id translation by Yuval Shaia · 4 years, 10 months ago
- f236015 hw/rdma: Cosmetic change - no need for two sge arrays by Yuval Shaia · 4 years, 10 months ago
- 1d2695e hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy by Julia Suvorova · 4 years, 10 months ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 68b89ae hw/rdma: Utilize ibv_reg_mr_iova for memory registration by Yuval Shaia · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 501cf8f hw/rdma: Delete unused headers inclusion by Yuval Shaia · 6 years ago
- 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
- 1b6d3b5 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 6 years ago
- 355b7cf hw/pvrdma: Add support for SRQ by Kamal Heib · 6 years ago
- 8b42cfa hw/rdma: Modify create/destroy QP to support SRQ by Kamal Heib · 6 years ago
- cdc8405 hw/rdma: Add support for managing SRQ resource by Kamal Heib · 6 years ago
- e926c9f hw/rdma: Add SRQ support to backend layer by Kamal Heib · 6 years ago
- 84bdc58 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
- 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
- d6c1bd4 kconfig: add dependencies on CONFIG_MSI_NONBROKEN by Paolo Bonzini · 6 years ago
- cb42a58 hw/rdma: Fix the error prints in create_qp_rings() by Kamal Heib · 6 years ago
- d151f5d hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp by Kamal Heib · 6 years ago
- a421c81 hw/rdma: Use {} instead of {0} by Kamal Heib · 6 years ago
- 1373f4a hw/rdma: Remove unused parameter from rdma_poll_cq() by Kamal Heib · 6 years ago
- 7b6f6e8 hw/rdma: Fix broken paths to docs/devel/tracing.txt by Kamal Heib · 6 years ago
- 59f9119 hw/rdma: another clang compilation fix by Marcel Apfelbaum · 6 years ago
- db8b88b hw/pvrdma: Provide correct value to object_get_typename by Yuval Shaia · 6 years ago
- b556c3c hw/pvrdma: Unregister from shutdown notifier when device goes down by Yuval Shaia · 6 years ago
- a2f1dc6 hw/pvrdma: Delete pvrdma_exit function by Yuval Shaia · 6 years ago
- 3c890bc hw/pvrdma: Delete unneeded function argument by Yuval Shaia · 6 years ago
- bf44145 hw/rdma: Free all receive buffers when QP is destroyed by Yuval Shaia · 6 years ago
- ff30a44 hw/rdma: Free all MAD receive buffers when device is closed by Yuval Shaia · 6 years ago
- f4b2c02 {hmp, hw/pvrdma}: Expose device internals via monitor interface by Yuval Shaia · 6 years ago
- c2dd117 hw/pvrdma: Collect debugging statistics by Yuval Shaia · 6 years ago
- 2cfa953 hw/rdma: Protect against concurrent execution of poll_cq by Yuval Shaia · 6 years ago
- b20fc79 hw/rdma: Introduce protected qlist by Yuval Shaia · 6 years ago
- 4d71b38 hw/rdma: Switch to generic error reporting way by Yuval Shaia · 6 years ago
- 555b3d6 hw/rdma: modify struct initialization by Marcel Apfelbaum · 6 years ago
- a5fe209 hw: rdma: fix an off-by-one issue by Li Qiang · 6 years ago
- a1aa88b hw/rdma: Verify that ptr is not NULL before freeing by Yuval Shaia · 6 years ago
- 5bb8b73 hw/pvrdma: Make function pvrdma_qp_send/recv return void. by Yuval Shaia · 6 years ago
- 26fd869 hw/pvrdma: Post CQE when receive invalid gid index by Yuval Shaia · 6 years ago
- 732d948 hw/rdma: Delete unused struct member by Yuval Shaia · 6 years ago
- ffef477 hw/pvrdma: Remove max-sge command-line param by Yuval Shaia · 6 years ago
- f1e2e38 pvrdma: check return value from pvrdma_idx_ring_has_ routines by Prasad J Pandit · 6 years ago
- 7be3a21 rdma: remove unused VENDOR_ERR_NO_SGE macro by Prasad J Pandit · 6 years ago
- 509f57c pvrdma: release ring object in case of an error by Prasad J Pandit · 6 years ago
- 2c858ce pvrdma: check number of pages when creating rings by Prasad J Pandit · 6 years ago
- 2aa8645 pvrdma: add uar_read routine by Prasad J Pandit · 6 years ago
- 0e68373 rdma: check num_sge does not exceed MAX_SGE by Prasad J Pandit · 6 years ago
- cce6486 pvrdma: release device resources in case of an error by Prasad J Pandit · 6 years ago
- 305fd2b hw/rdma: Do not call rdma_backend_del_gid on an empty gid by Yuval Shaia · 6 years ago
- 9a3053d hw/rdma: Do not use bitmap_zero_extend to free bitmap by Yuval Shaia · 6 years ago
- ffa65d9 hw/pvrdma: Clean device's resource when system is shutdown by Yuval Shaia · 6 years ago
- 14c74f7 hw/rdma: Remove unneeded code that handles more that one port by Yuval Shaia · 6 years ago
- 0917821 hw/pvrdma: Fill error code in command's response by Yuval Shaia · 6 years ago
- eaac010 hw/pvrdma: Fill all CQE fields by Yuval Shaia · 6 years ago
- e976ebc hw/pvrdma: Make device state depend on Ethernet function state by Yuval Shaia · 6 years ago
- 028c3f9 hw/rdma: Initialize node_guid from vmxnet3 mac address by Yuval Shaia · 6 years ago
- d961ead hw/pvrdma: Make sure PCI function 0 is vmxnet3 by Yuval Shaia · 6 years ago
- 2b05705 hw/pvrdma: Add support to allow guest to configure GID table by Yuval Shaia · 6 years ago
- 1625bb1 hw/pvrdma: Set the correct opcode for send completion by Yuval Shaia · 6 years ago
- 2bff59e hw/pvrdma: Set the correct opcode for recv completion by Yuval Shaia · 6 years ago
- 536692c hw/pvrdma: Make default pkey 0xFFFF by Yuval Shaia · 6 years ago
- f00c48c hw/pvrdma: Make function reset_device return void by Yuval Shaia · 6 years ago
- 605ec16 hw/rdma: Add support for MAD packets by Yuval Shaia · 6 years ago
- 305bdd7 hw/rdma: Abort send-op if fail to create addr handler by Yuval Shaia · 6 years ago
- 46462cb hw/rdma: Return qpn 1 if ibqp is NULL by Yuval Shaia · 6 years ago
- 4082e53 hw/rdma: Add ability to force notification without re-arm by Yuval Shaia · 6 years ago