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

2024-07-22 Thread Marc-André Lureau
Hi Octavian, You should send a new version with the changes requested by Markus. (we might miss 9.1 though) On Thu, Jul 18, 2024 at 1:48 PM Markus Armbruster wrote: > Peter Maydell writes: > > > On Thu, 18 Jul 2024 at 07:15, Markus Armbruster > wrote: > >> > >> Looks like this one fell throug

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

2024-07-18 Thread Octavian Purdila
On Thu, Jul 18, 2024 at 3:22 AM Markus Armbruster wrote: > > Daniel P. Berrangé writes: > > > On Thu, Jul 18, 2024 at 08:15:01AM +0200, Markus Armbruster wrote: > >> Looks like this one fell through the cracks. > >> > >> Octavian Purdila writes: > >> > >> > Add path option to the pty char backen

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

2024-07-18 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Jul 18, 2024 at 08:15:01AM +0200, Markus Armbruster wrote: >> Looks like this one fell through the cracks. >> >> Octavian Purdila writes: >> >> > Add path option to the pty char backend which will create a symbolic >> > link to the given path that points to

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

2024-07-18 Thread Paulo Neves
Peter Maydell [](mailto:peter.mayd...@linaro.org) writes: >> On Thu, 18 Jul 2024 at 07:15, Markus Armbruster >> [](mailto:arm...@redhat.com) >> wrote: >> >>> Looks like this one fell through the cracks. >>> >>> Octavian Purdila >>> [](mailto:ta...@google.com) >>> writes: >>> Add path option

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

2024-07-18 Thread Markus Armbruster
Peter Maydell writes: > On Thu, 18 Jul 2024 at 07:15, Markus Armbruster wrote: >> >> Looks like this one fell through the cracks. >> >> Octavian Purdila writes: >> >> > Add path option to the pty char backend which will create a symbolic >> > link to the given path that points to the allocated

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

2024-07-18 Thread Daniel P . Berrangé
On Thu, Jul 18, 2024 at 08:15:01AM +0200, Markus Armbruster wrote: > Looks like this one fell through the cracks. > > Octavian Purdila writes: > > > 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 avoi

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

2024-07-18 Thread Peter Maydell
On Thu, 18 Jul 2024 at 07:15, Markus Armbruster wrote: > > Looks like this one fell through the cracks. > > Octavian Purdila writes: > > > 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 t

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

2024-07-17 Thread Markus Armbruster
Looks like this one fell through the cracks. Octavian Purdila writes: > 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

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

2024-06-05 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