RE: [PATCH v2 1/2] Implement SSH commands in QEMU GA for Windows

2024-03-22 Thread Aidan Leuck
; kkost...@redhat.com Subject: Re: [PATCH v2 1/2] Implement SSH commands in QEMU GA for Windows [Caution - External] On Thu, Mar 21, 2024 at 04:07:24PM +, aidan_le...@selinc.com wrote: > From: aidaleuc > > Signed-off-by: aidaleuc > --- > qga/commands-wind

Re: [PATCH v2 1/2] Implement SSH commands in QEMU GA for Windows

2024-03-22 Thread Daniel P . Berrangé
On Thu, Mar 21, 2024 at 04:07:24PM +, aidan_le...@selinc.com wrote: > From: aidaleuc > > Signed-off-by: aidaleuc > --- > qga/commands-windows-ssh.c | 848 + > qga/commands-windows-ssh.h | 26 ++ > qga/meson.build| 9 +- > qga/qapi-schema.js

[PATCH v2 1/2] Implement SSH commands in QEMU GA for Windows

2024-03-21 Thread aidan_leuck
From: aidaleuc Signed-off-by: aidaleuc --- qga/commands-windows-ssh.c | 848 + qga/commands-windows-ssh.h | 26 ++ qga/meson.build| 9 +- qga/qapi-schema.json | 22 +- 4 files changed, 892 insertions(+), 13 deletions(-) create mode 1006