Re: [PATCH] Implement SSH commands in QEMU GA for Windows

2024-03-20 Thread Konstantin Kostiuk
On Tue, Mar 19, 2024 at 8:18 PM wrote: > From: aidaleuc > > Signed-off-by: aidaleuc > --- > qga/commands-posix-ssh.c | 47 +-- > qga/commands-ssh-core.c| 52 +++ > qga/commands-ssh-core.h| 20 ++ > qga/commands-windows-ssh.c | 686 + > qga/meson

Re: [PATCH] Implement SSH commands in QEMU GA for Windows

2024-03-20 Thread Marc-André Lureau
Hi On Wed, Mar 20, 2024 at 12:39 AM wrote: > +// Converts from a standard string to a Windows wide string. > +// it is a 16-bit wide character used to store Unicode encoded as UTF-16LE/ > +// some Windows API functions require this format of the string as opposed > to just > +// the normal c cha

Re: [PATCH] Implement SSH commands in QEMU GA for Windows

2024-03-20 Thread Daniel P . Berrangé
On Tue, Mar 19, 2024 at 06:17:24PM +, aidan_le...@selinc.com wrote: > From: aidaleuc > > Signed-off-by: aidaleuc > --- > qga/commands-posix-ssh.c | 47 +-- > qga/commands-ssh-core.c| 52 +++ > qga/commands-ssh-core.h| 20 ++ > qga/commands-windows-ssh.c | 686 ++

[PATCH] Implement SSH commands in QEMU GA for Windows

2024-03-19 Thread aidan_leuck
From: aidaleuc Signed-off-by: aidaleuc --- qga/commands-posix-ssh.c | 47 +-- qga/commands-ssh-core.c| 52 +++ qga/commands-ssh-core.h| 20 ++ qga/commands-windows-ssh.c | 686 + qga/meson.build| 6 +- qga/qapi-schema.json |