Re: [Qemu-devel] [PATCH 4/6] Always notify consumers of char devices if they're open

2010-04-09 Thread Aurelien Jarno
On Thu, Apr 01, 2010 at 06:42:39PM +0200, Alexander Graf wrote: > When using virtio-console on s390, the input doesn't work. > > The root of the problem is rather simple. What happens is the following: > > 1) create character device for stdio > 2) char device is done creating, sends OPENED even

Re: [Qemu-devel] [PATCH 4/6] Always notify consumers of char devices if they're open

2010-04-04 Thread Amit Shah
On (Thu) Apr 01 2010 [18:42:39], Alexander Graf wrote: > When using virtio-console on s390, the input doesn't work. > > The root of the problem is rather simple. What happens is the following: > > 1) create character device for stdio > 2) char device is done creating, sends OPENED event > 3) v

[Qemu-devel] [PATCH 4/6] Always notify consumers of char devices if they're open

2010-04-01 Thread Alexander Graf
When using virtio-console on s390, the input doesn't work. The root of the problem is rather simple. What happens is the following: 1) create character device for stdio 2) char device is done creating, sends OPENED event 3) virtio-console adds handlers 4) no event comes because the char devic