Re: [PATCH v2 2/2] virtio-9p-device: convert to new virtio_delete_queue

2020-01-17 Thread Christian Schoenebeck
On Freitag, 17. Januar 2020 07:09:27 CET pannengy...@huawei.com wrote: > From: Pan Nengyuan > > Use virtio_delete_queue to make it more clear. > > Signed-off-by: Pan Nengyuan > --- > Changes V2 to V1: > - replace virtio_del_queue to virtio_delete_queue to make it more clear. > --- > hw/9pfs/vi

[PATCH v2 2/2] virtio-9p-device: convert to new virtio_delete_queue

2020-01-16 Thread pannengyuan
From: Pan Nengyuan Use virtio_delete_queue to make it more clear. Signed-off-by: Pan Nengyuan --- Changes V2 to V1: - replace virtio_del_queue to virtio_delete_queue to make it more clear. --- hw/9pfs/virtio-9p-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/9pf