qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Cole Robinson <crobinso@redhat.com>, qemu-devel@nongnu.org
Cc: Markus Armbruster <armbru@redhat.com>,
	Luiz Capitulino <lcapitulino@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements
Date: Sat, 22 Mar 2014 10:06:54 +0100	[thread overview]
Message-ID: <532D52AE.4050608@redhat.com> (raw)
In-Reply-To: <cover.1395445063.git.crobinso@redhat.com>

Il 22/03/2014 00:42, Cole Robinson ha scritto:
> Minor error API cleanups, and one error reporting improvement when
> connected to qmp (patch #5)
>
> v2:
>     Dropped the error_printf_unless_qmp patch
>     Added the last 4 patches, new cleanups
>     Use error_report instead of fprintf in patch 1 and 2
>
> Cc: Luiz Capitulino <lcapitulino@redhat.com>
> Cc: Markus Armbruster <armbru@redhat.com>
>
> Cole Robinson (9):
>   slirp: Remove default_mon usage
>   vnc: Remove default_mon usage
>   error: Privatize error_print_loc
>   monitor: Remove unused monitor_print_filename
>   error: Print error_report() to stderr if using qmp
>   qerror.h: Remove unused error classes
>   qerror.h: Remove QERR defines that are only used once
>   qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
>   error: Remove some unused headers
>
>  block/commit.c              |  2 +-
>  blockdev.c                  |  9 ++++--
>  blockjob.c                  |  2 +-
>  hw/9pfs/virtio-9p.c         |  5 +--
>  hw/core/qdev-properties.c   |  9 +++---
>  hw/misc/ivshmem.c           |  4 +--
>  include/monitor/monitor.h   |  1 -
>  include/qapi/qmp/qerror.h   | 79 ---------------------------------------------
>  include/qemu/error-report.h |  1 -
>  monitor.c                   | 27 ----------------
>  qapi/qmp-dispatch.c         |  3 +-
>  qapi/qmp-input-visitor.c    |  2 +-
>  qdev-monitor.c              | 12 ++++---
>  qmp.c                       |  2 +-
>  qobject/json-parser.c       |  2 +-
>  qom/object.c                |  5 +--
>  savevm.c                    |  3 +-
>  slirp/misc.c                | 13 ++------
>  slirp/slirp.c               |  8 ++---
>  slirp/slirp.h               |  2 --
>  stubs/Makefile.objs         |  1 -
>  stubs/arch-query-cpu-def.c  |  2 +-
>  stubs/mon-print-filename.c  |  6 ----
>  ui/vnc.c                    |  4 +--
>  util/error.c                |  5 +--
>  util/qemu-config.c          |  2 +-
>  util/qemu-error.c           |  4 +--
>  util/qemu-option.c          |  2 +-
>  28 files changed, 50 insertions(+), 167 deletions(-)
>  delete mode 100644 stubs/mon-print-filename.c
>

Nice diffstat. :)

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

  parent reply	other threads:[~2014-03-22  9:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21 23:42 [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 1/9] slirp: Remove default_mon usage Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 2/9] vnc: " Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 3/9] error: Privatize error_print_loc Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 4/9] monitor: Remove unused monitor_print_filename Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 5/9] error: Print error_report() to stderr if using qmp Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 6/9] qerror.h: Remove unused error classes Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 7/9] qerror.h: Remove QERR defines that are only used once Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 8/9] qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED Cole Robinson
2014-03-21 23:42 ` [Qemu-devel] [PATCH v2 9/9] error: Remove some unused headers Cole Robinson
2014-03-22  9:06 ` Paolo Bonzini [this message]
2014-03-27 20:57 ` [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements Luiz Capitulino

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=532D52AE.4050608@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=armbru@redhat.com \
    --cc=crobinso@redhat.com \
    --cc=lcapitulino@redhat.com \
    --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).