Re: [PATCH] vdpa: stop all svq on device deletion

2023-02-23 Thread Jason Wang
On Thu, Feb 23, 2023 at 4:51 PM Laurent Vivier wrote: > > Hi, > > this patch fixes a QEMU crash, could it be merged? Acked-by: Jason Wang I think it should go with Michael's tree. Thanks > > Thanks, > Laurent > > On 2/9/23 18:00, Eugenio Pérez wrote: > > Not stopping them leave the device in

Re: [PATCH] vdpa: stop all svq on device deletion

2023-02-23 Thread Laurent Vivier
Hi, this patch fixes a QEMU crash, could it be merged? Thanks, Laurent On 2/9/23 18:00, Eugenio Pérez wrote: Not stopping them leave the device in a bad state when virtio-net fronted device is unplugged with device_del monitor command. This is not triggable in regular poweroff or qemu forces

Re: [PATCH] vdpa: stop all svq on device deletion

2023-02-09 Thread Laurent Vivier
On 2/9/23 18:00, Eugenio Pérez wrote: Not stopping them leave the device in a bad state when virtio-net fronted device is unplugged with device_del monitor command. This is not triggable in regular poweroff or qemu forces shutdown because cleanup is called right after

[PATCH] vdpa: stop all svq on device deletion

2023-02-09 Thread Eugenio Pérez
Not stopping them leave the device in a bad state when virtio-net fronted device is unplugged with device_del monitor command. This is not triggable in regular poweroff or qemu forces shutdown because cleanup is called right after vhost_vdpa_dev_start(false). But devices hot unplug does not call