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

Marcel Apfelbaum posted 1 patch 4 years ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200502191842.27250-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_utils.c | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PULL 0/1] RDMA queue
Posted by Marcel Apfelbaum 4 years ago
The following changes since commit 1c47613588ccff44422d4bdeea0dc36a0a308ec7:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-04-30 19:25:41 +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 a5cde048e865da81fdc9077f3af28a43bff78d35:

  hw/rdma: Destroy list mutex when list is destroyed (2020-05-02 21:31:17 +0300)

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

* hw/rdma: Destroy list mutex when list is destroyed

----------------------------------------------------------------
Yuval Shaia (1):
      hw/rdma: Destroy list mutex when list is destroyed

 hw/rdma/rdma_utils.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/1] RDMA queue
Posted by Peter Maydell 4 years ago
On Sat, 2 May 2020 at 20:18, Marcel Apfelbaum
<marcel.apfelbaum@gmail.com> wrote:
>
> The following changes since commit 1c47613588ccff44422d4bdeea0dc36a0a308ec7:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-04-30 19:25:41 +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 a5cde048e865da81fdc9077f3af28a43bff78d35:
>
>   hw/rdma: Destroy list mutex when list is destroyed (2020-05-02 21:31:17 +0300)
>
> ----------------------------------------------------------------
> RDMA queue
>
> * hw/rdma: Destroy list mutex when list is destroyed
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM