qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org
Cc: alistair.francis@xilinx.com, alistair23@gmail.com,
	armbru@redhat.com, pbonzini@redhat.com
Subject: [Qemu-devel] [PATCH v3 0/7]  More warning reporting fixed
Date: Fri, 1 Sep 2017 09:51:00 -0700	[thread overview]
Message-ID: <cover.1504228916.git.alistair.francis@xilinx.com> (raw)

This series expands on my previous series by converting more existing
prints to use warn_report() instead of error_report() or fprintf().

As discussed with Paolo and Markus this series combines libqemustub.a into
libqemuutil.a to avoid circular dependencies.

V3:
 - Small corrections as reported by Markus
 - Rename patch 3 and 5 so they don't have the same name
 - Combine libqemustub.a into libqemuutil.a
 - Add an extra patch with general cleanups

V2:
 - Fixup auto CC logic so everyone is CCed

Alistair Francis (7):
  hw/i386: Improve some of the warning messages
  Convert remaining error_report() to warn_report()
  Convert single line fprintf(.../n) to warn_report()
  Convert multi-line fprintf() to warn_report()
  General warn report fixups
  Makefile: Remove libqemustub.a
  Convert remaining single line fprintf() to warn_report()

 Makefile                    |  7 +++----
 Makefile.target             |  2 +-
 accel/kvm/kvm-all.c         |  7 +++----
 block/qcow2.c               |  9 +++++----
 block/vvfat.c               |  7 ++++---
 docs/devel/build-system.txt | 16 +++++++---------
 hw/acpi/core.c              | 10 +++++-----
 hw/arm/vexpress.c           |  4 ++--
 hw/i386/acpi-build.c        | 15 ++++++++++-----
 hw/i386/pc.c                |  9 ++++-----
 hw/i386/pc_q35.c            |  8 +++++---
 hw/i386/xen/xen-mapcache.c  |  5 +++--
 hw/mips/mips_malta.c        |  4 ++--
 hw/mips/mips_r4k.c          |  5 ++---
 hw/misc/applesmc.c          |  2 +-
 hw/s390x/s390-virtio.c      | 17 +++++++++--------
 hw/usb/hcd-ehci.c           |  5 +++--
 hw/virtio/virtio-balloon.c  |  3 ++-
 net/hub.c                   | 10 ++++------
 net/net.c                   | 15 ++++++++-------
 net/socket.c                |  7 +++++--
 qga/vss-win32.c             |  2 +-
 target/i386/cpu.c           | 12 ++++++------
 target/i386/hax-mem.c       |  5 ++---
 target/mips/kvm.c           |  4 ++--
 target/ppc/translate_init.c | 17 ++++++++---------
 target/s390x/kvm.c          |  4 ++--
 tests/Makefile.include      |  8 ++++----
 trace/control.c             |  4 ++--
 trace/simple.c              |  3 ++-
 ui/keymaps.c                | 10 +++++-----
 ui/spice-display.c          |  2 +-
 util/cutils.c               |  3 ++-
 util/main-loop.c            |  6 +++---
 34 files changed, 128 insertions(+), 119 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-09-01 16:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 16:51 Alistair Francis [this message]
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 1/7] hw/i386: Improve some of the warning messages Alistair Francis
2017-09-04 14:17   ` Eduardo Habkost
2017-09-05 17:32     ` Alistair Francis
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 2/7] Convert remaining error_report() to warn_report() Alistair Francis
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 3/7] Convert single line fprintf(.../n) " Alistair Francis
2017-09-01 20:52   ` James Hogan
2017-09-05 17:46     ` Alistair Francis
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 4/7] Convert multi-line fprintf() " Alistair Francis
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 5/7] General warn report fixups Alistair Francis
2017-09-08  9:17   ` Markus Armbruster
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 6/7] Makefile: Remove libqemustub.a Alistair Francis
2017-09-01 16:51 ` [Qemu-devel] [PATCH v3 7/7] Convert remaining single line fprintf() to warn_report() Alistair Francis
2017-09-08  9:22   ` Markus Armbruster
2017-09-08 16:38     ` Alistair Francis
2017-09-01 17:17 ` [Qemu-devel] [PATCH v3 0/7] More warning reporting fixed no-reply
2017-09-01 18:01   ` Alistair Francis

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=cover.1504228916.git.alistair.francis@xilinx.com \
    --to=alistair.francis@xilinx.com \
    --cc=alistair23@gmail.com \
    --cc=armbru@redhat.com \
    --cc=pbonzini@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).