Re: Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-23 Thread Kevin Wolf
Am 19.10.2023 um 09:28 hat lv.mengz...@zte.com.cn geschrieben: > On Tue, Oct 17, 2023 at 10:04PM +0800, stefa...@redhat.com wrote: > > > From: hujian > > > > > > During the stop of dataplane for virtio-blk, > > > virtio_bus_cleanup_host_notifier() is be > > > called to clean up notifier at the

Re:[PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-22 Thread lv.mengzhao
stefa...@redhat.com;m...@redhat.com;kw...@redhat.com;hre...@redhat.com;qemu-devel@nongnu.org;hu jian10269307;cv11...@126.com; Date: 2023/10/19 20:16 Subject: Re: Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane On Thu, 19 Oct 2023 at 00:31, wrote: > > On

Re: Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-19 Thread Stefan Hajnoczi
On Thu, 19 Oct 2023 at 00:31, wrote: > > On Tue, Oct 17, 2023 at 10:04PM +0800, stefa...@redhat.com wrote: > > > > From: hujian > > > > > > > > During the stop of dataplane for virtio-blk, > > > virtio_bus_cleanup_host_notifier() is be > > > > called to clean up notifier at the end, if polled io

Re: Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-19 Thread lv.mengzhao
On Tue, Oct 17, 2023 at 10:04PM +0800, stefa...@redhat.com wrote: > > From: hujian > > > > During the stop of dataplane for virtio-blk, > > virtio_bus_cleanup_host_notifier() is be > > called to clean up notifier at the end, if polled ioeventfd, > > virtio_blk_handle_output() > > is used to h

Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-17 Thread Stefan Hajnoczi
On Wed, Oct 11, 2023 at 02:14:26PM +0800, lv.mengz...@zte.com.cn wrote: > From: hujian > > During the stop of dataplane for virtio-blk, > virtio_bus_cleanup_host_notifier() is be > called to clean up notifier at the end, if polled ioeventfd, > virtio_blk_handle_output() > is used to handle io r

Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane

2023-10-16 Thread Stefan Hajnoczi
On Wed, Oct 11, 2023 at 02:14:26PM +0800, lv.mengz...@zte.com.cn wrote: > From: hujian > > During the stop of dataplane for virtio-blk, > virtio_bus_cleanup_host_notifier() is be > called to clean up notifier at the end, if polled ioeventfd, > virtio_blk_handle_output() > is used to handle io r