Re: [Qemu-devel] [PATCH 3/6] ide: call ide_cmd_done from ide_transfer_stop

2018-06-01 Thread John Snow
On 04/17/2018 11:39 AM, Paolo Bonzini wrote: > The code can simply be moved to the sole caller that has notify == true. > > Signed-off-by: Paolo Bonzini Reviewed-by: John Snow

[Qemu-devel] [PATCH 3/6] ide: call ide_cmd_done from ide_transfer_stop

2018-04-17 Thread Paolo Bonzini
The code can simply be moved to the sole caller that has notify == true. Signed-off-by: Paolo Bonzini --- 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 7932b7c069..edda171b47 100644 --- a/hw/ide/core.c +++ b/hw/i