Age | Commit message (Expand) | Author |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | hw/rdma: Delete unused headers inclusion | Yuval Shaia |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster |
2019-05-13 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2019-05-04 | hw/pvrdma: Add support for SRQ | Kamal Heib |
2019-05-04 | hw/rdma: Modify create/destroy QP to support SRQ | Kamal Heib |
2019-05-04 | hw/rdma: Add support for managing SRQ resource | Kamal Heib |
2019-05-04 | hw/rdma: Add SRQ support to backend layer | Kamal Heib |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini |
2019-03-16 | hw/rdma: Fix the error prints in create_qp_rings() | Kamal Heib |
2019-03-16 | hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp | Kamal Heib |
2019-03-16 | hw/rdma: Use {} instead of {0} | Kamal Heib |
2019-03-16 | hw/rdma: Remove unused parameter from rdma_poll_cq() | Kamal Heib |
2019-03-16 | hw/rdma: Fix broken paths to docs/devel/tracing.txt | Kamal Heib |
2019-03-16 | hw/rdma: another clang compilation fix | Marcel Apfelbaum |
2019-03-16 | hw/pvrdma: Provide correct value to object_get_typename | Yuval Shaia |
2019-03-16 | hw/pvrdma: Unregister from shutdown notifier when device goes down | Yuval Shaia |
2019-03-16 | hw/pvrdma: Delete pvrdma_exit function | Yuval Shaia |
2019-03-16 | hw/pvrdma: Delete unneeded function argument | Yuval Shaia |
2019-03-16 | hw/rdma: Free all receive buffers when QP is destroyed | Yuval Shaia |
2019-03-16 | hw/rdma: Free all MAD receive buffers when device is closed | Yuval Shaia |
2019-03-16 | {hmp, hw/pvrdma}: Expose device internals via monitor interface | Yuval Shaia |
2019-03-16 | hw/pvrdma: Collect debugging statistics | Yuval Shaia |
2019-03-16 | hw/rdma: Protect against concurrent execution of poll_cq | Yuval Shaia |
2019-03-16 | hw/rdma: Introduce protected qlist | Yuval Shaia |
2019-03-16 | hw/rdma: Switch to generic error reporting way | Yuval Shaia |
2019-01-19 | hw/rdma: modify struct initialization | Marcel Apfelbaum |
2019-01-19 | hw: rdma: fix an off-by-one issue | Li Qiang |
2019-01-19 | hw/rdma: Verify that ptr is not NULL before freeing | Yuval Shaia |
2019-01-19 | hw/pvrdma: Make function pvrdma_qp_send/recv return void. | Yuval Shaia |
2019-01-19 | hw/pvrdma: Post CQE when receive invalid gid index | Yuval Shaia |
2019-01-19 | hw/rdma: Delete unused struct member | Yuval Shaia |
2019-01-19 | hw/pvrdma: Remove max-sge command-line param | Yuval Shaia |
2018-12-22 | pvrdma: check return value from pvrdma_idx_ring_has_ routines | Prasad J Pandit |
2018-12-22 | rdma: remove unused VENDOR_ERR_NO_SGE macro | Prasad J Pandit |
2018-12-22 | pvrdma: release ring object in case of an error | Prasad J Pandit |
2018-12-22 | pvrdma: check number of pages when creating rings | Prasad J Pandit |
2018-12-22 | pvrdma: add uar_read routine | Prasad J Pandit |
2018-12-22 | rdma: check num_sge does not exceed MAX_SGE | Prasad J Pandit |
2018-12-22 | pvrdma: release device resources in case of an error | Prasad J Pandit |
2018-12-22 | hw/rdma: Do not call rdma_backend_del_gid on an empty gid | Yuval Shaia |
2018-12-22 | hw/rdma: Do not use bitmap_zero_extend to free bitmap | Yuval Shaia |
2018-12-22 | hw/pvrdma: Clean device's resource when system is shutdown | Yuval Shaia |
2018-12-22 | hw/rdma: Remove unneeded code that handles more that one port | Yuval Shaia |
2018-12-22 | hw/pvrdma: Fill error code in command's response | Yuval Shaia |
2018-12-22 | hw/pvrdma: Fill all CQE fields | Yuval Shaia |
2018-12-22 | hw/pvrdma: Make device state depend on Ethernet function state | Yuval Shaia |
2018-12-22 | hw/rdma: Initialize node_guid from vmxnet3 mac address | Yuval Shaia |