[PATCH 0/2] qga: improve "syslog" domain logging

Andrey Drobyshev via posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221128185403.447817-1-andrey.drobyshev@virtuozzo.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
There is a newer version of this series
configure                 |  3 +++
qga/installer/qemu-ga.wxs |  5 ++++
qga/main.c                | 49 +++++++++++++++++++++++++++++++++++----
qga/meson.build           | 19 ++++++++++++++-
qga/messages-win32.mc     |  9 +++++++
5 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 qga/messages-win32.mc
[PATCH 0/2] qga: improve "syslog" domain logging
Posted by Andrey Drobyshev via 1 year, 4 months ago
These patches extend QGA logging interface, primarily under Windows
guests.  They enable QGA to write to Windows event log, much like
syslog() on *nix.  In addition we get rid of hardcoded log level used by
ga_log().

Andrey Drobyshev (2):
  qga-win: add logging to Windows event log
  qga: map GLib log levels to system levels

 configure                 |  3 +++
 qga/installer/qemu-ga.wxs |  5 ++++
 qga/main.c                | 49 +++++++++++++++++++++++++++++++++++----
 qga/meson.build           | 19 ++++++++++++++-
 qga/messages-win32.mc     |  9 +++++++
 5 files changed, 80 insertions(+), 5 deletions(-)
 create mode 100644 qga/messages-win32.mc

-- 
2.38.1