Re: [Qemu-devel] [PATCH 04/14] qerror: drop qerror_report_internal()

2012-07-26 Thread Markus Armbruster
Luiz Capitulino writes: > It's not needed anymore and conflicts with future error improvements. > > Also drops related error information, that is, the file where the error > ocurred, the line number and function. This has never been fully used. Suggest "Subject: qerror: drop file, linenr, func",

[Qemu-devel] [PATCH 04/14] qerror: drop qerror_report_internal()

2012-07-25 Thread Luiz Capitulino
It's not needed anymore and conflicts with future error improvements. Also drops related error information, that is, the file where the error ocurred, the line number and function. This has never been fully used. Signed-off-by: Luiz Capitulino --- qerror.c | 20 +++- qerror.h |