From: Prasad J Pandit <p...@fedoraproject.org> Hello,
This is a revised version v1 of the earlier patch set to fix issues in the rdma/pvrdma backend. Update to include review comments -> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02196.html Please note, this patch is created after merging another patch-set from -> https://patchwork.kernel.org/patch/10705439/ -> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02344.html And local update to create qapi/qapi-events-rdma.h, to fix compiler errors. Thank you. -- Prasad J Pandit (6): rdma: check num_sge does not exceed MAX_SGE pvrdma: add uar_read routine pvrdma: check number of pages when creating rings pvrdma: release ring object in case of an error pvrdma: check return value from pvrdma_idx_ring_has_ routines rdma: remove unused VENDOR_ERR_NO_SGE macro hw/rdma/rdma_backend.c | 15 ++++++----- hw/rdma/vmw/pvrdma_cmd.c | 47 +++++++++++++++++++++++++++-------- hw/rdma/vmw/pvrdma_dev_ring.c | 37 ++++++++++++++------------- hw/rdma/vmw/pvrdma_main.c | 6 +++++ 4 files changed, 67 insertions(+), 38 deletions(-) -- 2.19.2