Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Peter Maydell
On Mon, 3 Jun 2024 at 13:56, Daniel P. Berrangé wrote: > > On Mon, Jun 03, 2024 at 01:23:00PM +0100, Peter Maydell wrote: > > On Fri, 31 May 2024 at 22:21, Octavian Purdila wrote: > > > > > > Add path option to the pty char backend which will create a symbolic > > > link to the given path that po

Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Daniel P . Berrangé
On Mon, Jun 03, 2024 at 01:23:00PM +0100, Peter Maydell wrote: > On Fri, 31 May 2024 at 22:21, Octavian Purdila wrote: > > > > Add path option to the pty char backend which will create a symbolic > > link to the given path that points to the allocated PTY. > > > > Based on patch from Paulo Neves:

Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Marc-André Lureau
Hi On Mon, Jun 3, 2024 at 4:23 PM Peter Maydell wrote: > > On Fri, 31 May 2024 at 22:21, Octavian Purdila wrote: > > > > Add path option to the pty char backend which will create a symbolic > > link to the given path that points to the allocated PTY. > > > > Based on patch from Paulo Neves: > >

Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Peter Maydell
On Fri, 31 May 2024 at 22:21, Octavian Purdila wrote: > > Add path option to the pty char backend which will create a symbolic > link to the given path that points to the allocated PTY. > > Based on patch from Paulo Neves: > > https://patchew.org/QEMU/1548509635-15776-1-git-send-email-ptsne...@gma

Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Marc-André Lureau
Hi On Sat, Jun 1, 2024 at 1:21 AM Octavian Purdila wrote: > Add path option to the pty char backend which will create a symbolic > link to the given path that points to the allocated PTY. > > Based on patch from Paulo Neves: > > > https://patchew.org/QEMU/1548509635-15776-1-git-send-email-ptsne.

Re: [PATCH] chardev: add path option for pty backend

2024-06-03 Thread Daniel P . Berrangé
On Fri, May 31, 2024 at 10:51:53AM -0700, Octavian Purdila wrote: > Add path option to the pty char backend which will create a symbolic > link to the given path that points to the allocated PTY. > > Based on patch from Paulo Neves: > > https://patchew.org/QEMU/1548509635-15776-1-git-send-email-p

[PATCH] chardev: add path option for pty backend

2024-05-31 Thread Octavian Purdila
Add path option to the pty char backend which will create a symbolic link to the given path that points to the allocated PTY. Based on patch from Paulo Neves: https://patchew.org/QEMU/1548509635-15776-1-git-send-email-ptsne...@gmail.com/ Tested with the following invocations that the link is cre