]> git.proxmox.com Git - mirror_qemu.git/commit
hw/rdma: Destroy list mutex when list is destroyed
authorYuval Shaia <yuval.shaia.ml@gmail.com>
Mon, 13 Apr 2020 08:57:38 +0000 (11:57 +0300)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Sat, 2 May 2020 18:31:17 +0000 (21:31 +0300)
commita5cde048e865da81fdc9077f3af28a43bff78d35
treed2edc9d00da80072710c08efdfd729e2f660f408
parent1c47613588ccff44422d4bdeea0dc36a0a308ec7
hw/rdma: Destroy list mutex when list is destroyed

List mutex should be destroyed when gs list gets destroyed.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Yuval Shaia <yuval.shaia.ml@gmail.com>
Message-Id: <20200413085738.11145-1-yuval.shaia.ml@gmail.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/rdma/rdma_utils.c