On 02/06/2018 03:17, John Snow wrote: > > > 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
Yeah. Cut-and-paste... Paolo >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > Reviewed-by: John Snow <js...@redhat.com> >