[Qemu-devel] [PATCH 05/35] qerror: drop qerror_abort()

2012-08-10 Thread Luiz Capitulino
qerror_abort() depends on the 'file', 'func' and 'linenr' members of QError. However, these members are going to be dropped by the next commit, so let's drop qerror_abort() in favor of printing an error message to stderr plus a call to abort(). Signed-off-by: Luiz Capitulino --- qerror.c | 41 ++

[Qemu-devel] [PATCH 05/35] qerror: drop qerror_abort()

2012-08-07 Thread Luiz Capitulino
qerror_abort() depends on the 'file', 'func' and 'linenr' members of QError. However, these members are going to be dropped by the next commit, so let's drop qerror_abort() in favor of printing an error message to stderr plus a call to abort(). Signed-off-by: Luiz Capitulino --- qerror.c | 41 ++