Re: [Qemu-devel] [PATCH v7 0/2] log: Make glib logging go through QEMU

2019-03-27 Thread Markus Armbruster
Uh, I totally missed this one...  my apologies!

Christophe Fergeau  writes:

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

Reviewed-by: Markus Armbruster 

Queued for 4.1, thanks!



[Qemu-devel] [PATCH v7 0/2] log: Make glib logging go through QEMU

2019-01-31 Thread Christophe Fergeau
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