Re: [PATCH v1] job.c: add missing notifier initialization

2021-11-12 Thread Vladimir Sementsov-Ogievskiy
03.11.2021 19:21, Emanuele Giuseppe Esposito wrote: It seems that on_idle list is not properly initialized like the other notifiers. Signed-off-by: Emanuele Giuseppe Esposito --- job.c | 1 + 1 file changed, 1 insertion(+) diff --git a/job.c b/job.c index dbfa67bb0a..54db80df66 100644 --- a

Re: [PATCH v1] job.c: add missing notifier initialization

2021-11-04 Thread Stefan Hajnoczi
On Wed, Nov 03, 2021 at 12:21:55PM -0400, Emanuele Giuseppe Esposito wrote: > It seems that on_idle list is not properly initialized like > the other notifiers. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > job.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Stefan Hajnoczi si

Re: [PATCH v1] job.c: add missing notifier initialization

2021-11-03 Thread Philippe Mathieu-Daudé
On 11/3/21 17:21, Emanuele Giuseppe Esposito wrote: > It seems that on_idle list is not properly initialized like > the other notifiers. > Cc: qemu-sta...@nongnu.org Fixes: 34dc97b9a0e ("blockjob: Wake up BDS when job becomes idle") > Signed-off-by: Emanuele Giuseppe Esposito > --- > job.c | 1