On 04/17/2018 11:39 AM, Paolo Bonzini wrote: > For the case where the end_transfer_func is also the caller of > ide_transfer_start, the mutual recursion can lead to unlimited > stack usage. Introduce a new version that can be used to change > tail recursion into a loop, and use it in trace_ide_atapi_cmd_reply_end. probably you mean ide_atapi_cmd_reply_end > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> Reviewed-by: John Snow <js...@redhat.com>
- Re: [Qemu-devel] [PATCH 6/6] ide: introduce ide_transfer_sta... John Snow