[Qemu-devel] [PULL 0/4] Error reporting & miscellaneous patches for 2018-09-24

Markus Armbruster posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180924154655.23666-1-armbru@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
MAINTAINERS                 | 10 ++++------
hw/i386/multiboot.c         |  8 ++++----
hw/ppc/e500.c               |  4 ++--
hw/ppc/sam460ex.c           |  8 ++++----
hw/riscv/sifive_e.c         |  2 +-
hw/riscv/sifive_u.c         |  2 +-
hw/riscv/spike.c            |  2 +-
hw/riscv/virt.c             |  4 ++--
hw/vfio/ccw.c               | 18 +++---------------
include/qemu/error-report.h | 35 +++++++++++++++--------------------
util/qemu-error.c           | 40 ++++++++++++++++++++++++++++++++++++++++
11 files changed, 77 insertions(+), 56 deletions(-)
[Qemu-devel] [PULL 0/4] Error reporting & miscellaneous patches for 2018-09-24
Posted by Markus Armbruster 7 years, 1 month ago
The following changes since commit d6f71af65410d3e003ba331c5e57eddcf716cbcf:

  Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' into staging (2018-09-24 14:35:58 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2018-09-24

for you to fetch changes up to c468e368e102e8bb93cbbf1c3daa0c04d361d3c4:

  MAINTAINERS: Fix F: patterns that don't match anything (2018-09-24 17:15:09 +0200)

----------------------------------------------------------------
Error reporting & miscellaneous patches for 2018-09-24

----------------------------------------------------------------
Cornelia Huck (2):
      qemu-error: add {error, warn}_report_once_cond
      qemu-error: make use of {error, warn}_report_once_cond

Mao Zhongyi (1):
      Drop "qemu:" prefix from error_report() arguments

Markus Armbruster (1):
      MAINTAINERS: Fix F: patterns that don't match anything

 MAINTAINERS                 | 10 ++++------
 hw/i386/multiboot.c         |  8 ++++----
 hw/ppc/e500.c               |  4 ++--
 hw/ppc/sam460ex.c           |  8 ++++----
 hw/riscv/sifive_e.c         |  2 +-
 hw/riscv/sifive_u.c         |  2 +-
 hw/riscv/spike.c            |  2 +-
 hw/riscv/virt.c             |  4 ++--
 hw/vfio/ccw.c               | 18 +++---------------
 include/qemu/error-report.h | 35 +++++++++++++++--------------------
 util/qemu-error.c           | 40 ++++++++++++++++++++++++++++++++++++++++
 11 files changed, 77 insertions(+), 56 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/4] Error reporting & miscellaneous patches for 2018-09-24
Posted by Peter Maydell 7 years, 1 month ago
On 24 September 2018 at 16:46, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit d6f71af65410d3e003ba331c5e57eddcf716cbcf:
>
>   Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' into staging (2018-09-24 14:35:58 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2018-09-24
>
> for you to fetch changes up to c468e368e102e8bb93cbbf1c3daa0c04d361d3c4:
>
>   MAINTAINERS: Fix F: patterns that don't match anything (2018-09-24 17:15:09 +0200)
>
> ----------------------------------------------------------------
> Error reporting & miscellaneous patches for 2018-09-24
>
> ----------------------------------------------------------------
> Cornelia Huck (2):
>       qemu-error: add {error, warn}_report_once_cond
>       qemu-error: make use of {error, warn}_report_once_cond
>
> Mao Zhongyi (1):
>       Drop "qemu:" prefix from error_report() arguments
>
> Markus Armbruster (1):
>       MAINTAINERS: Fix F: patterns that don't match anything
>

Applied, thanks.

-- PMM