mbox

[PULL,00/14] Error reporting patches for 2018-02-06

Message ID 20180206195044.8347-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-error-2018-02-06

Message

Markus Armbruster Feb. 6, 2018, 7:50 p.m. UTC
The following changes since commit 20e0d439a6ded635ec89f6135c08cd5541c68962:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging (2018-02-06 14:21:41 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2018-02-06

for you to fetch changes up to 493d89bf74d17fa304b7a02f531b024df2003fea:

  tcg: Replace fprintf(stderr, "*\n" with error_report() (2018-02-06 18:29:46 +0100)

----------------------------------------------------------------
Error reporting patches for 2018-02-06

----------------------------------------------------------------
Alistair Francis (13):
      audio: Replace AUDIO_FUNC with __func__
      hw/arm: Replace fprintf(stderr, "*\n" with error_report()
      hw/dma: Replace fprintf(stderr, "*\n" with error_report()
      hw/lm32: Replace fprintf(stderr, "*\n" with error_report()
      hw/mips: Replace fprintf(stderr, "*\n" with error_report()
      hw/moxie: Replace fprintf(stderr, "*\n" with error_report()
      hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()
      hw/pci*: Replace fprintf(stderr, "*\n" with error_report()
      hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
      hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()
      hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()
      hw/xen*: Replace fprintf(stderr, "*\n" with error_report()
      tcg: Replace fprintf(stderr, "*\n" with error_report()

Markus Armbruster (1):
      error: Improve documentation of error_append_hint()

 audio/alsaaudio.c          |  4 ++--
 audio/audio.c              | 40 ++++++++++++++++-----------------
 audio/audio_int.h          |  6 -----
 audio/audio_pt_int.c       | 28 +++++++++++------------
 audio/audio_template.h     | 26 ++++++++++-----------
 audio/dsoundaudio.c        |  2 +-
 audio/mixeng.c             |  2 +-
 audio/ossaudio.c           | 10 ++++-----
 audio/paaudio.c            | 56 +++++++++++++++++++++++-----------------------
 audio/sdlaudio.c           |  2 +-
 audio/wavaudio.c           |  2 +-
 cpus.c                     | 10 ++++-----
 exec.c                     |  6 ++---
 hw/arm/armv7m.c            |  2 +-
 hw/arm/boot.c              | 16 ++++++-------
 hw/arm/gumstix.c           | 13 ++++++-----
 hw/arm/mainstone.c         |  7 +++---
 hw/arm/musicpal.c          |  2 +-
 hw/arm/omap1.c             |  5 +++--
 hw/arm/omap2.c             |  3 ++-
 hw/arm/omap_sx1.c          |  2 +-
 hw/arm/pxa2xx.c            |  7 +++---
 hw/arm/vexpress.c          |  8 +++----
 hw/arm/z2.c                |  6 ++---
 hw/dma/soc_dma.c           | 36 ++++++++++++++---------------
 hw/lm32/lm32_boards.c      |  7 +++---
 hw/lm32/milkymist.c        |  7 +++---
 hw/mips/mips_fulong2e.c    | 13 +++++------
 hw/mips/mips_jazz.c        |  4 ++--
 hw/mips/mips_malta.c       | 16 ++++++-------
 hw/mips/mips_mipssim.c     | 11 +++++----
 hw/mips/mips_r4k.c         | 16 ++++++-------
 hw/moxie/moxiesim.c        | 13 +++++------
 hw/openrisc/openrisc_sim.c |  4 ++--
 hw/pci-host/bonito.c       |  6 ++---
 hw/pci/pci.c               |  4 ++--
 hw/ppc/e500.c              | 16 ++++++-------
 hw/ppc/mac_newworld.c      |  2 +-
 hw/ppc/mac_oldworld.c      |  2 +-
 hw/ppc/ppc405_boards.c     | 15 +++++--------
 hw/ppc/ppc440_bamboo.c     | 16 ++++++-------
 hw/ppc/prep.c              |  4 ++--
 hw/ppc/virtex_ml507.c      |  4 ++--
 hw/sd/sd.c                 |  7 +++---
 hw/sparc/leon3.c           | 16 ++++++-------
 hw/sparc/sun4m.c           | 16 ++++++-------
 hw/sparc64/niagara.c       |  4 ++--
 hw/sparc64/sun4u.c         | 10 ++++-----
 hw/xen/xen-common.c        |  5 +++--
 hw/xenpv/xen_machine_pv.c  |  9 ++++----
 include/qapi/error.h       |  8 +++++++
 vl.c                       |  2 +-
 52 files changed, 265 insertions(+), 273 deletions(-)

Comments

Peter Maydell Feb. 7, 2018, 6 p.m. UTC | #1
On 6 February 2018 at 19:50, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 20e0d439a6ded635ec89f6135c08cd5541c68962:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging (2018-02-06 14:21:41 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2018-02-06
>
> for you to fetch changes up to 493d89bf74d17fa304b7a02f531b024df2003fea:
>
>   tcg: Replace fprintf(stderr, "*\n" with error_report() (2018-02-06 18:29:46 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches for 2018-02-06
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM