Re: [PATCH 0/2] delete virtio queues in virtio_scsi_unrealize

2020-01-21 Thread Paolo Bonzini
On 17/01/20 08:55, pannengy...@huawei.com wrote: > From: Pan Nengyuan > > This serie patch fix memleaks when detaching virtio-scsi device. > 1. use old virtio_del_queue to fix memleaks, it's easier for stable branches > to merge. >As the discussion in > https://lists.nongnu.org/archive/htm

Re: [PATCH 0/2] delete virtio queues in virtio_scsi_unrealize

2020-01-20 Thread Stefan Hajnoczi
On Fri, Jan 17, 2020 at 03:55:45PM +0800, pannengy...@huawei.com wrote: > From: Pan Nengyuan > > This serie patch fix memleaks when detaching virtio-scsi device. > 1. use old virtio_del_queue to fix memleaks, it's easier for stable branches > to merge. >As the discussion in > https://lists

[PATCH 0/2] delete virtio queues in virtio_scsi_unrealize

2020-01-16 Thread pannengyuan
From: Pan Nengyuan This serie patch fix memleaks when detaching virtio-scsi device. 1. use old virtio_del_queue to fix memleaks, it's easier for stable branches to merge. As the discussion in https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg02903.html 2. replace virtio_del_queue