Re: [PATCH v2 2/2] Refactor common functions between POSIX and Windows implementation

2024-03-22 Thread Daniel P . Berrangé
On Thu, Mar 21, 2024 at 04:07:25PM +, aidan_le...@selinc.com wrote: > From: aidaleuc > > Signed-off-by: aidaleuc > --- > qga/commands-posix-ssh.c | 47 +-- > qga/commands-ssh-core.c| 57 > qga/commands-ssh-core.h| 8 + >

[PATCH v2 2/2] Refactor common functions between POSIX and Windows implementation

2024-03-21 Thread aidan_leuck
From: aidaleuc Signed-off-by: aidaleuc --- qga/commands-posix-ssh.c | 47 +-- qga/commands-ssh-core.c| 57 qga/commands-ssh-core.h| 8 + qga/commands-windows-ssh.c | 66 +- qga/meson.buil