All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/2] log: Make glib logging go through QEMU
@ 2019-01-31 16:46 Christophe Fergeau
  2019-01-31 16:46 ` [Qemu-devel] [PATCH v7 1/2] qemu-io: Use error_[gs]et_progname() Christophe Fergeau
  2019-01-31 16:46 ` [Qemu-devel] [PATCH v7 2/2] log: Make glib logging go through QEMU Christophe Fergeau
  0 siblings, 2 replies; 5+ messages in thread
From: Christophe Fergeau @ 2019-01-31 16:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster

The main goal of this patch series is to make logs output by
libspice-server.so go through qemu logging infrastructure so that their
format is the same as the rest of QEMU messages (in particular,
timestamps). This is done in the second patch, the first one is a
preparation patch.

Christophe Fergeau (2):
  qemu-io: Use error_[gs]et_progname()
  log: Make glib logging go through QEMU

 bsd-user/main.c             |  2 ++
 include/qemu/error-report.h |  3 +-
 linux-user/main.c           |  2 ++
 qemu-img.c                  |  2 +-
 qemu-io.c                   | 14 ++++------
 qemu-nbd.c                  |  2 +-
 scsi/qemu-pr-helper.c       |  1 +
 util/qemu-error.c           | 55 ++++++++++++++++++++++++++++++++++++-
 vl.c                        |  2 +-
 9 files changed, 70 insertions(+), 13 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-04-25 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 16:46 [Qemu-devel] [PATCH v7 0/2] log: Make glib logging go through QEMU Christophe Fergeau
2019-01-31 16:46 ` [Qemu-devel] [PATCH v7 1/2] qemu-io: Use error_[gs]et_progname() Christophe Fergeau
2019-04-25 10:28   ` Thomas Huth
2019-04-25 10:28     ` Thomas Huth
2019-01-31 16:46 ` [Qemu-devel] [PATCH v7 2/2] log: Make glib logging go through QEMU Christophe Fergeau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.