[PULL 0/4] Error reporting patches patches for 2020-07-24

Markus Armbruster posted 4 patches 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200724134704.2248335-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>
scripts/coccinelle/err-bad-newline.cocci | 24 ++++++++++++++++++++++--
include/qapi/error.h                     |  6 ++++--
hw/i386/intel_iommu.c                    |  6 +++---
hw/sd/milkymist-memcard.c                |  2 +-
target/ppc/mmu-hash64.c                  |  2 +-
5 files changed, 31 insertions(+), 9 deletions(-)
[PULL 0/4] Error reporting patches patches for 2020-07-24
Posted by Markus Armbruster 5 years, 3 months ago
The following changes since commit 09e0cd773723219d21655587954da2769f64ba01:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200722-1' into staging (2020-07-23 19:00:42 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-07-24

for you to fetch changes up to 192cf54ac5408d21c20c17b3794a632970bbb880:

  qapi/error: Check format string argument in error_*prepend() (2020-07-24 15:03:09 +0200)

----------------------------------------------------------------
Error reporting patches patches for 2020-07-24

----------------------------------------------------------------
Markus Armbruster (2):
      coccinelle/err-bad-newline: Fix for Python 3, and add patterns
      error: Strip trailing '\n' from error string arguments (again)

Philippe Mathieu-Daudé (1):
      qapi/error: Check format string argument in error_*prepend()

Stefan Weil (1):
      sd/milkymist-memcard: Fix format string

 scripts/coccinelle/err-bad-newline.cocci | 24 ++++++++++++++++++++++--
 include/qapi/error.h                     |  6 ++++--
 hw/i386/intel_iommu.c                    |  6 +++---
 hw/sd/milkymist-memcard.c                |  2 +-
 target/ppc/mmu-hash64.c                  |  2 +-
 5 files changed, 31 insertions(+), 9 deletions(-)

-- 
2.26.2


Re: [PULL 0/4] Error reporting patches patches for 2020-07-24
Posted by Peter Maydell 5 years, 3 months ago
On Fri, 24 Jul 2020 at 14:47, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 09e0cd773723219d21655587954da2769f64ba01:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200722-1' into staging (2020-07-23 19:00:42 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-07-24
>
> for you to fetch changes up to 192cf54ac5408d21c20c17b3794a632970bbb880:
>
>   qapi/error: Check format string argument in error_*prepend() (2020-07-24 15:03:09 +0200)
>
> ----------------------------------------------------------------
> Error reporting patches patches for 2020-07-24
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM