Re: [Qemu-devel] [RFC] qapi/error: Optional error propagation backtrace

2013-10-08 Thread Max Reitz
On 2013-09-09 15:53, Max Reitz wrote: Add a configure switch which enables an error propagation backtrace. This results in the error_set function prepending every message by the source file name, function and line in which it was called, as well as error_propagate appending this information to th

[Qemu-devel] [RFC] qapi/error: Optional error propagation backtrace

2013-09-09 Thread Max Reitz
Add a configure switch which enables an error propagation backtrace. This results in the error_set function prepending every message by the source file name, function and line in which it was called, as well as error_propagate appending this information to the propagated message, resulting in a bac