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

2024-06-04 Thread Paulo Neves
Really happy somebody found the patch useful. I forgot to look at the review comments at the time and never got it merged. @Octavian thanks for bringing it up to shape. Cheers Paulo Neves On 04/06/2024 07:50, Marc-André Lureau wrote: > On Tue, Jun 4, 2024 at 1:22 AM Octavian Purdila wrote: >> A

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

2024-06-03 Thread Marc-André Lureau
On Tue, Jun 4, 2024 at 1:22 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. > > This avoids having to make QMP or HMP monitor queries to find out what > the new PTY device path is. > > Ba

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

2024-06-03 Thread Marc-André Lureau
On Tue, Jun 4, 2024 at 1:22 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. > > This avoids having to make QMP or HMP monitor queries to find out what > the new PTY device path is. > > Ba

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

2024-06-03 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. This avoids having to make QMP or HMP monitor queries to find out what the new PTY device path is. Based on patch from Paulo Neves: https://patchew.org/QEMU/1548509635-15