Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Jan Kiszka
Anthony Liguori wrote: > On 05/04/2010 11:01 AM, Alexander Graf wrote: >> Am 04.05.2010 um 16:34 schrieb Anthony Liguori : >> >>> On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori : > On 04/20/2010 11:56 AM, Alexander Graf wrote: >>

Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Anthony Liguori
On 05/04/2010 11:01 AM, Alexander Graf wrote: Am 04.05.2010 um 16:34 schrieb Anthony Liguori : On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori : On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a ti

Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Alexander Graf
Am 04.05.2010 um 16:34 schrieb Anthony Liguori : On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori : On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags"

Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Anthony Liguori
On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori : On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags" where I got the character I pressed before when pressi

Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Alexander Graf
Am 04.05.2010 um 15:44 schrieb Anthony Liguori : On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags" where I got the character I pressed before when pressing one. So I typed in "abc" and only received

Re: [Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-05-04 Thread Anthony Liguori
On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags" where I got the character I pressed before when pressing one. So I typed in "abc" and only received "a", then pressed "d" but the guest received "b" and so

[Qemu-devel] [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs

2010-04-20 Thread Alexander Graf
Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags" where I got the character I pressed before when pressing one. So I typed in "abc" and only received "a", then pressed "d" but the guest received "b" and so on. While the stdio driver calls a poll functi