qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] Fix dump_error to return error message
@ 2014-09-16  7:30 zhanghailiang
  2014-09-16  7:30 ` [Qemu-devel] [PATCH v5 1/2] dump: let dump_error return error info to caller zhanghailiang
  2014-09-16  7:30 ` [Qemu-devel] [PATCH v5 2/2] dump: Don't return error code when return an Error object zhanghailiang
  0 siblings, 2 replies; 5+ messages in thread
From: zhanghailiang @ 2014-09-16  7:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: zhanghailiang, luonengjun, peter.huangpeng, lcapitulino,
	qiaonuohan, lersek

Hi,

In original code, Function dump_error ignores its second parameter which contains
error reason, it is better to return the error message to the caller.

Here we use error_setg to return the error info to caller.
And at the same time, we turn functions like write_elf64_note() to void,
Because functions shouldn't return an error code _and_ an Error object.
After this modification the code will be more clean. 

V4 -> V5:
- Turn functions like write_elf64_note() to void (advised by Luiz Capitulino)
V3 -> V4:
- Adjust the errp argument to the end 
- Remove trailing '.' in error messages
V2 -> V3:
- Drop the '\n' in the message when call dump_error(comment of Eric Blake) 
V1 -> V2:
- Return the error reason to the caller which suggested by Luiz Capitulino.

zhanghailiang (2):
  dump: let dump_error return error info to caller
  dump: Don't return error code when return an Error object

 dump.c | 333 +++++++++++++++++++++++++++--------------------------------------
 1 file changed, 138 insertions(+), 195 deletions(-)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-19  0:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16  7:30 [Qemu-devel] [PATCH v5 0/2] Fix dump_error to return error message zhanghailiang
2014-09-16  7:30 ` [Qemu-devel] [PATCH v5 1/2] dump: let dump_error return error info to caller zhanghailiang
2014-09-16  7:30 ` [Qemu-devel] [PATCH v5 2/2] dump: Don't return error code when return an Error object zhanghailiang
2014-09-16 16:24   ` Markus Armbruster
2014-09-19  0:51     ` zhanghailiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).