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 <[email protected]> Reviewed-by: John Snow <[email protected]>
- Re: [Qemu-devel] [PATCH 6/6] ide: introduce ide_transfer_sta... John Snow
