From: Igor Mammedov <imammedo@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, aliguori@amazon.com
Subject: [Qemu-devel] [PATCH 0/2] vl.c: unify exit on error handling
Date: Wed, 15 Oct 2014 13:03:21 +0200 [thread overview]
Message-ID: <1413371003-43597-1-git-send-email-imammedo@redhat.com> (raw)
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)
next reply other threads:[~2014-10-15 11:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-15 11:03 Igor Mammedov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1413371003-43597-1-git-send-email-imammedo@redhat.com \
--to=imammedo@redhat.com \
--cc=aliguori@amazon.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).