Re: [Qemu-devel] [PATCH 4/7] ide: call ide_cmd_done from ide_transfer_stop

2018-06-06 Thread Philippe Mathieu-Daudé
On 06/06/2018 04:09 PM, John Snow wrote: > From: Paolo Bonzini > > The code can simply be moved to the sole caller that has notify == true. > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow Reviewed-by: Philippe Mathieu-Daudé > --- > hw/ide/core.c | 11 --- > 1 file chang

[Qemu-devel] [PATCH 4/7] ide: call ide_cmd_done from ide_transfer_stop

2018-06-06 Thread John Snow
From: Paolo Bonzini The code can simply be moved to the sole caller that has notify == true. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/core.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 1a6cb337bf..