Re: [PATCH 18/19] qemu: add RDP support

2025-02-12 Thread Daniel P . Berrangé
On Thu, Jan 30, 2025 at 04:42:24PM +0400, Marc-André Lureau wrote: > Hi > > On Wed, Jan 29, 2025 at 7:25 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jan 29, 2025 at 05:40:40PM +0400, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > Wire the external server RDP sup

Re: [PATCH 18/19] qemu: add RDP support

2025-01-30 Thread Marc-André Lureau
Hi On Wed, Jan 29, 2025 at 7:25 PM Daniel P. Berrangé wrote: > > On Wed, Jan 29, 2025 at 05:40:40PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Wire the external server RDP support with QEMU. > > > > Check the configuration, allocate a port, start the process >

Re: [PATCH 18/19] qemu: add RDP support

2025-01-29 Thread Daniel P . Berrangé
On Wed, Jan 29, 2025 at 05:40:40PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Wire the external server RDP support with QEMU. > > Check the configuration, allocate a port, start the process > and set the credentials. > > Signed-off-by: Marc-André Lureau > --- > do