[PULL 0/5] QGA Misc patches

Konstantin Kostiuk posted 5 patches 1 year, 1 month ago
qga/installer/qemu-ga.wxs   | 15 ++++++++++-----
qga/vss-win32/install.cpp   |  9 +++++++++
qga/vss-win32/qga-vss.def   |  2 ++
qga/vss-win32/requester.cpp | 41 ++++++++++++++++++++++++++++++++++++++++-
qga/vss-win32/vss-handles.h |  3 +++
5 files changed, 64 insertions(+), 6 deletions(-)
[PULL 0/5] QGA Misc patches
Posted by Konstantin Kostiuk 1 year, 1 month ago
The following changes since commit 9832009d9dd2386664c15cc70f6e6bfe062be8bd:

  Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt/qemu into staging (2023-03-07 12:53:00 +0000)

are available in the Git repository at:

  git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-03-08

for you to fetch changes up to 0961f929c66ceb5e9e95756bfe418b9ef34510eb:

  qga/win/vss: requester_freeze changes (2023-03-08 18:26:50 +0200)

----------------------------------------------------------------
qga-pull-2023-03-08

----------------------------------------------------------------
Kfir Manor (3):
      qga/win/installer: add VssOption to installer
      qga/win/vss: query VSS backup type
      qga/win/vss: requester_freeze changes

Konstantin Kostiuk (2):
      qga/win32: Remove change action from MSI installer
      qga/win32: Use rundll for VSS installation

 qga/installer/qemu-ga.wxs   | 15 ++++++++++-----
 qga/vss-win32/install.cpp   |  9 +++++++++
 qga/vss-win32/qga-vss.def   |  2 ++
 qga/vss-win32/requester.cpp | 41 ++++++++++++++++++++++++++++++++++++++++-
 qga/vss-win32/vss-handles.h |  3 +++
 5 files changed, 64 insertions(+), 6 deletions(-)


--
2.25.1
Re: [PULL 0/5] QGA Misc patches
Posted by Peter Maydell 1 year, 1 month ago
On Wed, 8 Mar 2023 at 20:04, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit 9832009d9dd2386664c15cc70f6e6bfe062be8bd:
>
>   Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt/qemu into staging (2023-03-07 12:53:00 +0000)
>
> are available in the Git repository at:
>
>   git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-03-08
>
> for you to fetch changes up to 0961f929c66ceb5e9e95756bfe418b9ef34510eb:
>
>   qga/win/vss: requester_freeze changes (2023-03-08 18:26:50 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2023-03-08
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM