mbox series

[v7,0/2] log: Make glib logging go through QEMU

Message ID 20190131164614.19209-1-cfergeau@redhat.com
Headers show
Series log: Make glib logging go through QEMU | expand

Message

Christophe Fergeau Jan. 31, 2019, 4:46 p.m. UTC
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(-)

Comments

Markus Armbruster March 27, 2019, 4:29 p.m. UTC | #1
Uh, I totally missed this one...  my apologies!

Christophe Fergeau <cfergeau@redhat.com> 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 <armbru@redhat.com>

Queued for 4.1, thanks!