Re: [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

2018-06-09 Thread Greg Kurz
On Fri, 8 Jun 2018 14:56:20 -0300 Philippe Mathieu-Daudé wrote: > On 06/08/2018 02:39 PM, Greg Kurz wrote: > > On Thu, 31 May 2018 19:16:05 +0200 > > Paolo Bonzini wrote: > > > >> From: Patryk Olszewski > >> > >> This patch fixes a bug in serial that made it almost impossible for guest > >>

Re: [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

2018-06-08 Thread Philippe Mathieu-Daudé
On 06/08/2018 02:39 PM, Greg Kurz wrote: > On Thu, 31 May 2018 19:16:05 +0200 > Paolo Bonzini wrote: > >> From: Patryk Olszewski >> >> This patch fixes a bug in serial that made it almost impossible for guest >> to communicate with devices through host's serial. >> >> OPOST flag in c_oflag

Re: [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

2018-06-08 Thread Patryk Olszewski
W dniu 08.06.2018 o 19:39, Greg Kurz pisze: > On Thu, 31 May 2018 19:16:05 +0200 > Paolo Bonzini wrote: > >> From: Patryk Olszewski >> >> This patch fixes a bug in serial that made it almost impossible for guest >> to communicate with devices through host's serial. >> >> OPOST flag in c_oflag

Re: [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

2018-06-08 Thread Greg Kurz
On Thu, 31 May 2018 19:16:05 +0200 Paolo Bonzini wrote: > From: Patryk Olszewski > > This patch fixes a bug in serial that made it almost impossible for guest > to communicate with devices through host's serial. > > OPOST flag in c_oflag enables output processing letting other flags in >

[Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

2018-05-31 Thread Paolo Bonzini
From: Patryk Olszewski This patch fixes a bug in serial that made it almost impossible for guest to communicate with devices through host's serial. OPOST flag in c_oflag enables output processing letting other flags in c_oflag take effect. Usually in c_oflag ONLCR flag is also set, which causes