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"
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