qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.7 0/4] Error reporting patches for 2016-08-08
@ 2016-08-08  7:19 Markus Armbruster
  2016-08-08  7:19 ` [Qemu-devel] [PULL for-2.7 1/4] error: Strip trailing '\n' from error string arguments (again) Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Markus Armbruster @ 2016-08-08  7:19 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-08-09  7:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08  7:19 [Qemu-devel] [PULL for-2.7 0/4] Error reporting patches for 2016-08-08 Markus Armbruster
2016-08-08  7:19 ` [Qemu-devel] [PULL for-2.7 1/4] error: Strip trailing '\n' from error string arguments (again) Markus Armbruster
2016-08-08  7:19 ` [Qemu-devel] [PULL for-2.7 2/4] checkpatch: Fix newline detection in error_setg() & friends Markus Armbruster
2016-08-08  7:19 ` [Qemu-devel] [PULL for-2.7 3/4] vfio: Use error_report() instead of error_printf() for errors Markus Armbruster
2016-08-08  7:19 ` [Qemu-devel] [PULL for-2.7 4/4] error: Fix error_printf() calls lacking newlines Markus Armbruster
2016-08-08  7:29 ` [Qemu-devel] [PULL for-2.7 0/4] Error reporting patches for 2016-08-08 no-reply
2016-08-08 14:58   ` Markus Armbruster
2016-08-09  7:21     ` Fam Zheng
2016-08-08 12:56 ` Peter Maydell

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).