Re: [PATCH 3/4] virtio-pmem: do delete rq_vq in virtio_pmem_unrealize

2020-02-25 Thread Philippe Mathieu-Daudé
On 2/25/20 8:55 AM, Pan Nengyuan wrote: Similar to other virtio-deivces, rq_vq forgot to delete in virtio_pmem_unrealize, this patch fix it. "devices" This device has aleardy maintained a vq pointer, thus we use the new virtio_delete_queue function directly to do the cleanup. "already"

[PATCH 3/4] virtio-pmem: do delete rq_vq in virtio_pmem_unrealize

2020-02-24 Thread Pan Nengyuan
Similar to other virtio-deivces, rq_vq forgot to delete in virtio_pmem_unrealize, this patch fix it. This device has aleardy maintained a vq pointer, thus we use the new virtio_delete_queue function directly to do the cleanup. Reported-by: Euler Robot Signed-off-by: Pan Nengyuan --- hw/virtio