qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] vl.c: unify exit on error handling
@ 2014-10-15 11:03 Igor Mammedov
  2014-10-15 11:03 ` [Qemu-devel] [PATCH 1/2] vl.c: use single local_err throughout main() Igor Mammedov
  2014-10-15 11:03 ` [Qemu-devel] [PATCH 2/2] vl.c: reduce exit on error code duplication Igor Mammedov
  0 siblings, 2 replies; 7+ messages in thread
From: Igor Mammedov @ 2014-10-15 11:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, aliguori

reduces amount of code needed for handling exit on error
for new users, turning it from 5LOC to 1 for each case.

Igor Mammedov (2):
  vl.c: use single local_err throughout main()
  vl.c: reduce exit on error code duplication

 vl.c | 62 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

-- 
1.9.3 (Apple Git-50)

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

end of thread, other threads:[~2014-10-20  9:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 11:03 [Qemu-devel] [PATCH 0/2] vl.c: unify exit on error handling Igor Mammedov
2014-10-15 11:03 ` [Qemu-devel] [PATCH 1/2] vl.c: use single local_err throughout main() Igor Mammedov
2014-10-15 14:29   ` Eric Blake
2014-10-15 11:03 ` [Qemu-devel] [PATCH 2/2] vl.c: reduce exit on error code duplication Igor Mammedov
2014-10-15 14:35   ` Eric Blake
2014-10-20  9:37     ` Igor Mammedov
2014-10-20  8:38   ` Markus Armbruster

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).