[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-11-17 Thread Alexander Graf
On 17.11.2010, at 12:58, Jan Kiszka wrote: > Am 17.11.2010 12:55, Alexander Graf wrote: >> >> On 17.11.2010, at 11:18, Jan Kiszka wrote: >> >>> Am 19.10.2010 17:04, Jan Kiszka wrote: Move the buffer flush from mux_chr_read to mux_chr_can_read. While the latter is called periodically,

[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-11-17 Thread Jan Kiszka
Am 17.11.2010 12:55, Alexander Graf wrote: > > On 17.11.2010, at 11:18, Jan Kiszka wrote: > >> Am 19.10.2010 17:04, Jan Kiszka wrote: >>> Move the buffer flush from mux_chr_read to mux_chr_can_read. While the >>> latter is called periodically, the former will only be invoked when new >>> characte

[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-11-17 Thread Alexander Graf
On 17.11.2010, at 11:18, Jan Kiszka wrote: > Am 19.10.2010 17:04, Jan Kiszka wrote: >> Move the buffer flush from mux_chr_read to mux_chr_can_read. While the >> latter is called periodically, the former will only be invoked when new >> characters arrive at the back-end. This caused problems to fr

[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-11-17 Thread Jan Kiszka
Am 19.10.2010 17:04, Jan Kiszka wrote: > Move the buffer flush from mux_chr_read to mux_chr_can_read. While the > latter is called periodically, the former will only be invoked when new > characters arrive at the back-end. This caused problems to front-end > drivers whenever they were unable to rea

[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-10-19 Thread Alexander Graf
Am 19.10.2010 um 17:04 schrieb Jan Kiszka : > Move the buffer flush from mux_chr_read to mux_chr_can_read. While the > latter is called periodically, the former will only be invoked when new > characters arrive at the back-end. This caused problems to front-end > drivers whenever they were unable

[Qemu-devel] Re: [PATCH][RESEND] char: Flush read buffer in mux_chr_can_read

2010-10-19 Thread Jan Kiszka
Am 19.10.2010 17:22, Alexander Graf wrote: > > Am 19.10.2010 um 17:04 schrieb Jan Kiszka : > >> Move the buffer flush from mux_chr_read to mux_chr_can_read. While the >> latter is called periodically, the former will only be invoked when new >> characters arrive at the back-end. This caused probl