[PATCH 0/4] QGA VSS Logging

Konstantin Kostiuk posted 4 patches 2 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230705141205.525776-1-kkostiuk@redhat.com
Maintainers: Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>
There is a newer version of this series
qga/vss-win32/install.cpp   | 46 ++++++++++++++++++++++++++++-----
qga/vss-win32/provider.cpp  |  3 +++
qga/vss-win32/requester.cpp | 51 ++++++++++++++++++++++++++++++++-----
qga/vss-win32/vss-debug.h   | 31 ++++++++++++++++++++++
4 files changed, 118 insertions(+), 13 deletions(-)
create mode 100644 qga/vss-win32/vss-debug.h
[PATCH 0/4] QGA VSS Logging
Posted by Konstantin Kostiuk 2 years, 3 months ago
Print all VSS error and trace to debugger and stderr.

Konstantin Kostiuk (4):
  QGA VSS: Add wrapper to send log to debugger and stderr
  QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG
  QGA VSS: Print error in err_set
  QGA VSS: Add log in functions begin/end

 qga/vss-win32/install.cpp   | 46 ++++++++++++++++++++++++++++-----
 qga/vss-win32/provider.cpp  |  3 +++
 qga/vss-win32/requester.cpp | 51 ++++++++++++++++++++++++++++++++-----
 qga/vss-win32/vss-debug.h   | 31 ++++++++++++++++++++++
 4 files changed, 118 insertions(+), 13 deletions(-)
 create mode 100644 qga/vss-win32/vss-debug.h

--
2.34.1