qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] QGA misc changes for 2024-05-01
@ 2024-05-01  7:43 Konstantin Kostiuk
  2024-05-01  7:43 ` [PULL 1/9] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field Konstantin Kostiuk
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Konstantin Kostiuk @ 2024-05-01  7:43 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, Stefan Hajnoczi

The following changes since commit 9c6c079bc6723da8061ccfb44361d67b1dd785dd:

  Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-04-30 09:58:54 -0700)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-05-01

for you to fetch changes up to 6b9296ba7a9cf7adb157c51c124ca522d2180739:

  qga: Implement SSH commands for Windows (2024-05-01 10:35:45 +0300)

----------------------------------------------------------------
qga-pull-2024-05-01

----------------------------------------------------------------
Andrey Drobyshev (7):
      qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
      qga: introduce ga_run_command() helper for guest cmd execution
      qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
      qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
      qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
      qga/commands-posix: don't do fork()/exec() when suspending via sysfs
      qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper

aidaleuc (2):
      qga: Refactor common SSH functions
      qga: Implement SSH commands for Windows

 qga/commands-common-ssh.c  |  50 ++++
 qga/commands-common-ssh.h  |  10 +
 qga/commands-posix-ssh.c   |  47 +--
 qga/commands-posix.c       | 404 ++++++++++++-------------
 qga/commands-win32.c       |   1 +
 qga/commands-windows-ssh.c | 712 +++++++++++++++++++++++++++++++++++++++++++++
 qga/commands-windows-ssh.h |  26 ++
 qga/meson.build            |   8 +-
 qga/qapi-schema.json       |  24 +-
 9 files changed, 999 insertions(+), 283 deletions(-)
 create mode 100644 qga/commands-common-ssh.c
 create mode 100644 qga/commands-common-ssh.h
 create mode 100644 qga/commands-windows-ssh.c
 create mode 100644 qga/commands-windows-ssh.h


--
2.44.0



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

end of thread, other threads:[~2024-05-03  6:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01  7:43 [PULL 0/9] QGA misc changes for 2024-05-01 Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 1/9] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 2/9] qga: introduce ga_run_command() helper for guest cmd execution Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 3/9] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 4/9] qga/commands-posix: qmp_guest_set_time: " Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 5/9] qga/commands-posix: execute_fsfreeze_hook: " Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 6/9] qga/commands-posix: don't do fork()/exec() when suspending via sysfs Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 7/9] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper Konstantin Kostiuk
2024-05-03  6:45   ` Thomas Huth
2024-05-01  7:43 ` [PULL 8/9] qga: Refactor common SSH functions Konstantin Kostiuk
2024-05-01  7:43 ` [PULL 9/9] qga: Implement SSH commands for Windows Konstantin Kostiuk
2024-05-01 22:15 ` [PULL 0/9] QGA misc changes for 2024-05-01 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).