Re: [Qemu-devel] [PATCH 10/10] hw/pvrdma: Delete unneeded function argument

2019-02-05 Thread Marcel Apfelbaum
On 1/31/19 3:08 PM, Yuval Shaia wrote: The function argument rdma_dev_res is not needed as it is stored in the backend_dev object at init. Signed-off-by: Yuval Shaia --- hw/rdma/rdma_backend.c | 13 ++--- hw/rdma/rdma_backend.h | 1 - hw/rdma/vmw/pvrdma_qp_ops.c | 3 +

[Qemu-devel] [PATCH 10/10] hw/pvrdma: Delete unneeded function argument

2019-01-31 Thread Yuval Shaia
The function argument rdma_dev_res is not needed as it is stored in the backend_dev object at init. Signed-off-by: Yuval Shaia --- hw/rdma/rdma_backend.c | 13 ++--- hw/rdma/rdma_backend.h | 1 - hw/rdma/vmw/pvrdma_qp_ops.c | 3 +-- 3 files changed, 7 insertions(+), 10 deleti