On 29/3/24 16:31, aidan_le...@selinc.com wrote:
From: aidaleuc <aidan_le...@selinc.com>
"In preparation of a Windows implementation, move the non-POSIX specific code to commands-common-ssh."
Signed-off-by: aidaleuc <aidan_le...@selinc.com>
As in v5 (https://lore.kernel.org/qemu-devel/63600417-9187-4d0b-8bcc-db7e965ff...@linaro.org/):
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
--- qga/commands-common-ssh.c | 50 +++++++++++++++++++++++++++++++++++++++ qga/commands-common-ssh.h | 10 ++++++++ qga/commands-posix-ssh.c | 47 +----------------------------------- qga/meson.build | 1 + 4 files changed, 62 insertions(+), 46 deletions(-) create mode 100644 qga/commands-common-ssh.c create mode 100644 qga/commands-common-ssh.h
Kostiantyn, if you take this patch, please amend the commit description and prefix the subject with 'qga: ' :) Thanks, Phil.