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 on.

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 anth...@codemonkey.ws: 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

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 anth...@codemonkey.ws: 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

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 anth...@codemonkey.ws: On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori anth...@codemonkey.ws: On 04/20/2010 11:56 AM, Alexander Graf wrote: Virtio-Console can only process one character at a

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 anth...@codemonkey.ws: On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori anth...@codemonkey.ws: 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 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 anth...@codemonkey.ws: On 05/04/2010 09:30 AM, Alexander Graf wrote: Am 04.05.2010 um 15:44 schrieb Anthony Liguori anth...@codemonkey.ws: On 04/20/2010 11:56 AM, Alexander

[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 function that