mbox

[PULL,0/7] Misc QGA patches 2023-07-10

Message ID 20230710132810.1049912-1-kkostiuk@redhat.com
State New
Headers show

Pull-request

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

Message

Konstantin Kostiuk July 10, 2023, 1:28 p.m. UTC
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

Comments

Richard Henderson July 10, 2023, 10:59 p.m. UTC | #1
On 7/10/23 14:28, Konstantin Kostiuk wrote:
> The following changes since commit 2ff49e96accc8fd9a38e9abd16f0cfa0adab1605:
> 
>    Merge tag 'pull-tcg-20230709' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~