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