Re: [Qemu-devel] [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP

2014-06-30 Thread Roger Pau Monné
Do I need to resend this? it's been more than a month without review. Roger. On 13/06/14 17:35, Roger Pau Monné wrote: Ping? On 23/05/14 17:57, Roger Pau Monne wrote: On FreeBSD polling a master pty while the other end is not connected with G_IO_OUT only results in an endless wait. This is

Re: [Qemu-devel] [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP

2014-06-30 Thread Paolo Bonzini
Il 30/06/2014 13:00, Roger Pau Monné ha scritto: Do I need to resend this? it's been more than a month without review. I'll send a pull request for it. Sorry for the delay. Paolo On 13/06/14 17:35, Roger Pau Monné wrote: Ping? On 23/05/14 17:57, Roger Pau Monne wrote: On FreeBSD polling

Re: [Qemu-devel] [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP

2014-06-13 Thread Roger Pau Monné
Ping? On 23/05/14 17:57, Roger Pau Monne wrote: On FreeBSD polling a master pty while the other end is not connected with G_IO_OUT only results in an endless wait. This is different from the Linux behaviour, that returns immediately. In order to demonstrate this, I have the following example

[Qemu-devel] [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP

2014-05-23 Thread Roger Pau Monne
On FreeBSD polling a master pty while the other end is not connected with G_IO_OUT only results in an endless wait. This is different from the Linux behaviour, that returns immediately. In order to demonstrate this, I have the following example code: