]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga: Refactor common SSH functions
authoraidaleuc <aidan_leuck@selinc.com>
Wed, 24 Apr 2024 14:40:28 +0000 (08:40 -0600)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Wed, 1 May 2024 07:35:45 +0000 (10:35 +0300)
commit1cc9932700339042e83c6c54114734231630548c
tree3fd3260136b40adae458ca589b354fedf37ae67f
parent0e5b75a3902f2325cbdb07954e2c2ca2f7fcb9dd
qga: Refactor common SSH functions

Message-Id: <20240424144029.30665-2-aidan_leuck@selinc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

In preparation of a Windows implementation, move the
non-POSIX specific code to commands-common-ssh.

Signed-off-by: Aidan Leuck <aidan_leuck@selinc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Dehan Meng <demeng@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Link: https://lore.kernel.org/r/20240424144029.30665-2-aidan_leuck@selinc.com
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-common-ssh.c [new file with mode: 0644]
qga/commands-common-ssh.h [new file with mode: 0644]
qga/commands-posix-ssh.c
qga/meson.build