mbox series

[0/4] pvrdma: misc fixes

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

Message

Kamal Heib March 13, 2019, 8:46 a.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.

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(-)