Re: [PATCH v1 03/22] hw/ide: restore replay support of IDE

2020-10-08 Thread Richard Henderson
On 10/7/20 11:00 AM, Alex Bennée wrote: > A recent change to weak reset handling broke replay due to the use of > aio_bh_schedule_oneshot instead of the replay aware > replay_bh_schedule_oneshot_event. > > Fixes: 55adb3c456 ("ide: cancel pending callbacks on SRST") > Suggested-by: Pavel Dovgalyuk

Re: [PATCH v1 03/22] hw/ide: restore replay support of IDE

2020-10-07 Thread Philippe Mathieu-Daudé
On 10/7/20 6:00 PM, Alex Bennée wrote: > A recent change to weak reset handling broke replay due to the use of > aio_bh_schedule_oneshot instead of the replay aware > replay_bh_schedule_oneshot_event. > > Fixes: 55adb3c456 ("ide: cancel pending callbacks on SRST") > Suggested-by: Pavel Dovgalyuk

Re: [PATCH v1 03/22] hw/ide: restore replay support of IDE

2020-10-07 Thread John Snow
On 10/7/20 12:00 PM, Alex Bennée wrote: A recent change to weak reset handling broke replay due to the use of aio_bh_schedule_oneshot instead of the replay aware replay_bh_schedule_oneshot_event. Fixes: 55adb3c456 ("ide: cancel pending callbacks on SRST") Suggested-by: Pavel Dovgalyuk Signed-of

[PATCH v1 03/22] hw/ide: restore replay support of IDE

2020-10-07 Thread Alex Bennée
A recent change to weak reset handling broke replay due to the use of aio_bh_schedule_oneshot instead of the replay aware replay_bh_schedule_oneshot_event. Fixes: 55adb3c456 ("ide: cancel pending callbacks on SRST") Suggested-by: Pavel Dovgalyuk Signed-off-by: Alex Bennée --- hw/ide/core.c | 4