qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Misc QGA patches 2023-07-10
@ 2023-07-10 13:28 Konstantin Kostiuk
  2023-07-10 13:28 ` [PULL 1/7] qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze Konstantin Kostiuk
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Konstantin Kostiuk @ 2023-07-10 13:28 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, Richard Henderson

The following changes since commit 2ff49e96accc8fd9a38e9abd16f0cfa0adab1605:

  Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging (2023-07-09 15:01:43 +0100)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2023-07-10

for you to fetch changes up to 61df91b33caf646cd39f9879d4b190eab5b7201b:

  QGA VSS: Add log in functions begin/end (2023-07-10 15:54:40 +0300)

----------------------------------------------------------------
qga-pull-2023-07-10

----------------------------------------------------------------
Konstantin Kostiuk (7):
      qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze
      qga: Add new option --allow-rpcs
      qga: Add tests for --allow-rpcs option
      QGA VSS: Add wrapper to send log to debugger and stderr
      QGA VSS: Replace 'fprintf(stderr' with qga_debug
      QGA VSS: Print error in err_set
      QGA VSS: Add log in functions begin/end

 docs/interop/qemu-ga.rst    |  5 +++
 qga/main.c                  | 91 ++++++++++++++++++++++++++++++++++++++++-----
 qga/vss-win32/install.cpp   | 47 ++++++++++++++++++++---
 qga/vss-win32/meson.build   |  2 +-
 qga/vss-win32/provider.cpp  |  3 ++
 qga/vss-win32/requester.cpp | 51 +++++++++++++++++++++----
 qga/vss-win32/vss-debug.cpp | 39 +++++++++++++++++++
 qga/vss-win32/vss-debug.h   | 25 +++++++++++++
 tests/unit/test-qga.c       | 31 +++++++++++++++
 9 files changed, 271 insertions(+), 23 deletions(-)
 create mode 100644 qga/vss-win32/vss-debug.cpp
 create mode 100644 qga/vss-win32/vss-debug.h

--
2.34.1



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

end of thread, other threads:[~2023-07-10 23:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 13:28 [PULL 0/7] Misc QGA patches 2023-07-10 Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 1/7] qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 2/7] qga: Add new option --allow-rpcs Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 3/7] qga: Add tests for --allow-rpcs option Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 4/7] QGA VSS: Add wrapper to send log to debugger and stderr Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 5/7] QGA VSS: Replace 'fprintf(stderr' with qga_debug Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 6/7] QGA VSS: Print error in err_set Konstantin Kostiuk
2023-07-10 13:28 ` [PULL 7/7] QGA VSS: Add log in functions begin/end Konstantin Kostiuk
2023-07-10 22:59 ` [PULL 0/7] Misc QGA patches 2023-07-10 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).