[Qemu-devel] [PULL 0/8] RDMA queue

Marcel Apfelbaum posted 8 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180503182125.20310-1-marcel.apfelbaum@gmail.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
There is a newer version of this series
MAINTAINERS                 |  8 ++++----
hw/rdma/rdma_backend.c      |  2 +-
hw/rdma/rdma_rm.c           |  2 --
hw/rdma/rdma_rm_defs.h      |  9 ++++-----
hw/rdma/vmw/pvrdma.h        |  6 +++---
hw/rdma/vmw/pvrdma_cmd.c    | 10 +++++++---
hw/rdma/vmw/pvrdma_main.c   | 19 ++-----------------
hw/rdma/vmw/pvrdma_qp_ops.c |  1 +
8 files changed, 22 insertions(+), 35 deletions(-)
[Qemu-devel] [PULL 0/8] RDMA queue
Posted by Marcel Apfelbaum 7 years, 5 months ago
The following changes since commit 59255887e6cafeff747250d2613003a41d1d9dff:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into staging (2018-05-03 11:25:14 +0100)

are available in the Git repository at:

  https://github.com/marcel-apf/qemu tags/rdma-pull-request

for you to fetch changes up to fe355cbda28b5e3dfc6a70b902343b84c466aa17:

  MAINTAINERS: update Marcel Apfelbaum email (2018-05-03 20:52:29 +0300)

----------------------------------------------------------------
* fix PVRDMA coverity errors
* update MAINTAINERS file

----------------------------------------------------------------
Marcel Apfelbaum (4):
      hw/rdma: Fix possible munmap call on a NULL pointer
      hw/rdma: Fix possible usage of a NULL pointer
      hw/rdma: Fix possible out of bounds access to port GID index
      MAINTAINERS: update Marcel Apfelbaum email

Yuval Shaia (4):
      hw/rdma: Delete port's pkey table
      hw/rdma: Fix possible out of bounds access to GID table
      hw/rdma: Fix possible out of bounds access to regs array
      hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME

 MAINTAINERS                 |  8 ++++----
 hw/rdma/rdma_backend.c      |  2 +-
 hw/rdma/rdma_rm.c           |  2 --
 hw/rdma/rdma_rm_defs.h      |  9 ++++-----
 hw/rdma/vmw/pvrdma.h        |  6 +++---
 hw/rdma/vmw/pvrdma_cmd.c    | 10 +++++++---
 hw/rdma/vmw/pvrdma_main.c   | 19 ++-----------------
 hw/rdma/vmw/pvrdma_qp_ops.c |  1 +
 8 files changed, 22 insertions(+), 35 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/8] RDMA queue
Posted by Peter Maydell 7 years, 5 months ago
On 3 May 2018 at 19:21, Marcel Apfelbaum <marcel.apfelbaum@gmail.com> wrote:
> The following changes since commit 59255887e6cafeff747250d2613003a41d1d9dff:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into staging (2018-05-03 11:25:14 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/marcel-apf/qemu tags/rdma-pull-request
>
> for you to fetch changes up to fe355cbda28b5e3dfc6a70b902343b84c466aa17:
>
>   MAINTAINERS: update Marcel Apfelbaum email (2018-05-03 20:52:29 +0300)
>
> ----------------------------------------------------------------
> * fix PVRDMA coverity errors
> * update MAINTAINERS file
>
> ----------------------------------------------------------------
> Marcel Apfelbaum (4):
>       hw/rdma: Fix possible munmap call on a NULL pointer
>       hw/rdma: Fix possible usage of a NULL pointer
>       hw/rdma: Fix possible out of bounds access to port GID index
>       MAINTAINERS: update Marcel Apfelbaum email
>
> Yuval Shaia (4):
>       hw/rdma: Delete port's pkey table
>       hw/rdma: Fix possible out of bounds access to GID table
>       hw/rdma: Fix possible out of bounds access to regs array
>       hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME

Applied, thanks.

-- PMM