Re: [Qemu-devel] [PATCH] chardev: Allow for pty path passing.

2019-01-03 Thread Paulo Neves
On Wed, Jan 2, 2019 at 9:24 AM Marc-André Lureau wrote: > > Hi > > On Sat, Dec 29, 2018 at 2:34 PM Paulo Neves wrote: > > > > If a user requires a virtual serial device like provided > > by the pty char device, the user needs to accept the > > returned device name. This makes the program need to

Re: [Qemu-devel] [PATCH] chardev: Allow for pty path passing.

2019-01-03 Thread Eric Blake
On 1/2/19 2:23 AM, Marc-André Lureau wrote: > Hi > > On Sat, Dec 29, 2018 at 2:34 PM Paulo Neves wrote: >> >> If a user requires a virtual serial device like provided >> by the pty char device, the user needs to accept the >> returned device name. This makes the program need to >> have smarts to

Re: [Qemu-devel] [PATCH] chardev: Allow for pty path passing.

2019-01-02 Thread Marc-André Lureau
Hi On Sat, Dec 29, 2018 at 2:34 PM Paulo Neves wrote: > > If a user requires a virtual serial device like provided > by the pty char device, the user needs to accept the > returned device name. This makes the program need to > have smarts to parse or communicate with qemu to get the > pty device.