mbox series

[v2,0/4] pvrdma: misc fixes

Message ID 20190314153031.7197-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series pvrdma: misc fixes | expand

Message

Kamal Heib March 14, 2019, 3:30 p.m. UTC
The following patch set includes few misc fixes for the pvrdma driver.

Note: this patch set depends on the latest patch set from Yuval.

Changes from v1-v2:
- Update the commit message of patch #3.

Kamal Heib (4):
  hw/rdma: Fix broken paths to docs/devel/tracing.txt
  hw/rdma: Remove unused parameter from rdma_poll_cq()
  hw/rdma: Use {} instead of {0}
  hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp

 hw/rdma/rdma_backend.c      | 25 ++++++++++++-------------
 hw/rdma/trace-events        |  2 +-
 hw/rdma/vmw/pvrdma_cmd.c    |  6 ++----
 hw/rdma/vmw/pvrdma_qp_ops.c |  2 +-
 hw/rdma/vmw/trace-events    |  2 +-
 5 files changed, 17 insertions(+), 20 deletions(-)