Re: [PATCH 0/2] fix two virtio queues memleak

2020-03-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200327035650.2085-1-pannengy...@huawei.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash e

Re: [PATCH 0/2] fix two virtio queues memleak

2020-03-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200327035650.2085-1-pannengy...@huawei.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH 0/2] fix two virtio queues memleak

2020-03-26 Thread Pan Nengyuan
This series fix two vqs leak: 1. Do delete vqs on the error path in virtio_blk_device_realize(). 2. Do delete vqs in virtio_iommu_device_unrealize() to fix another leaks. Pan Nengyuan (2): virtio-blk: delete vqs on the error path in realize() virtio-iommu: delete vqs in unrealize to fix memlea