[Qemu-devel] [PATCH PULL 0/4] RDMA queue

Marcel Apfelbaum posted 4 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200321191311.31537-1-marcel.apfelbaum@gmail.com
Maintainers: Yuval Shaia <yuval.shaia.ml@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
hw/rdma/rdma_backend.c        | 61 +++++++++++++++++++++----------------------
hw/rdma/rdma_backend.h        |  5 ----
hw/rdma/rdma_rm.c             | 13 +++++----
hw/rdma/vmw/pvrdma_dev_ring.c |  5 ++--
4 files changed, 39 insertions(+), 45 deletions(-)
[Qemu-devel] [PATCH PULL 0/4] RDMA queue
Posted by Marcel Apfelbaum 4 years, 1 month ago
The following changes since commit 52a96afaa23d883d281bc7b95b9e69db7d6d3d3f:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-20 16:00:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to f93cfdc583d4c26b2a878642adf574e11909863c:

  hw/rdma: avoid suspicious strncpy() use (2020-03-21 19:21:20 +0200)

----------------------------------------------------------------
RDMA queue

* hw/rdma: fix gcc 9.2 warnings
* hw/rdma: eliminate data-path processing
* hw/rdma: Replace strncpy with pstrcpy

----------------------------------------------------------------
Julia Suvorova (1):
      hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy

Stefan Hajnoczi (1):
      hw/rdma: avoid suspicious strncpy() use

Yuval Shaia (2):
      hw/rdma: Cosmetic change - no need for two sge arrays
      hw/rdma: Skip data-path mr_id translation

 hw/rdma/rdma_backend.c        | 61 +++++++++++++++++++++----------------------
 hw/rdma/rdma_backend.h        |  5 ----
 hw/rdma/rdma_rm.c             | 13 +++++----
 hw/rdma/vmw/pvrdma_dev_ring.c |  5 ++--
 4 files changed, 39 insertions(+), 45 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PATCH PULL 0/4] RDMA queue
Posted by Peter Maydell 4 years, 1 month ago
On Sat, 21 Mar 2020 at 19:13, Marcel Apfelbaum
<marcel.apfelbaum@gmail.com> wrote:
>
> The following changes since commit 52a96afaa23d883d281bc7b95b9e69db7d6d3d3f:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-20 16:00:21 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/marcel-apf/qemu tags/rdma-pull-request
>
> for you to fetch changes up to f93cfdc583d4c26b2a878642adf574e11909863c:
>
>   hw/rdma: avoid suspicious strncpy() use (2020-03-21 19:21:20 +0200)
>
> ----------------------------------------------------------------
> RDMA queue
>
> * hw/rdma: fix gcc 9.2 warnings
> * hw/rdma: eliminate data-path processing
> * hw/rdma: Replace strncpy with pstrcpy


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM