qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] 9pfs: fsdev: use error_report() instead of fpri


From: Greg Kurz
Subject: [Qemu-devel] [PATCH 0/2] 9pfs: fsdev: use error_report() instead of fprintf(stderr)
Date: Mon, 18 Jan 2016 16:02:34 +0100
User-agent: StGit/0.17.1-dirty

Hi,

This series moves all the 9pfs/fsdev code to use error_report(), with the
notable exception of virtfs-proxy-helper, which doesn't need it.

Markus,

Should this patches go through your tree ? Or can they go through my 9p tree
if you ack them ?

Cheers.

--
Greg

---

Greg Kurz (2):
      9pfs: use error_report() instead of fprintf(stderr)
      fsdev: use error_report() instead of fprintf(stderr)


 fsdev/qemu-fsdev.c  |    7 ++++---
 hw/9pfs/9p-handle.c |    5 +++--
 hw/9pfs/9p-local.c  |   15 ++++++++-------
 hw/9pfs/9p-proxy.c  |   12 ++++++------
 hw/9pfs/9p.c        |    2 +-
 5 files changed, 22 insertions(+), 19 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]