The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:
tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-08-08 for you to fetch changes up to 7ea7d36e3493d4dac7f20e46d0ca499bbb3251a6: error: Fix error_printf() calls lacking newlines (2016-08-08 09:01:27 +0200) ---------------------------------------------------------------- Error reporting patches for 2016-08-08 ---------------------------------------------------------------- Markus Armbruster (4): error: Strip trailing '\n' from error string arguments (again) checkpatch: Fix newline detection in error_setg() & friends vfio: Use error_report() instead of error_printf() for errors error: Fix error_printf() calls lacking newlines hw/i386/pc.c | 2 +- hw/mips/cps.c | 2 +- hw/nvram/fw_cfg.c | 2 +- hw/ppc/spapr_cpu_core.c | 2 +- hw/vfio/platform.c | 2 +- kvm-all.c | 2 +- qemu-img.c | 4 ++-- scripts/checkpatch.pl | 5 ++++- scripts/coccinelle/err-bad-newline.cocci | 29 +++++++++++++++++++++++++++++ slirp/slirp.c | 8 ++++---- target-i386/kvm.c | 2 +- ui/vnc.c | 2 +- 12 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 scripts/coccinelle/err-bad-newline.cocci -- 2.5.5