Re: [Qemu-devel] [PATCH] char: fix repeated registration of tcp chardev I/O handlers

2016-02-10 Thread Michael Tokarev
Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] char: fix repeated registration of tcp chardev I/O handlers

2016-02-08 Thread Mark Cave-Ayland
On 08/02/16 13:55, Daniel P. Berrange wrote: > In previous commit: > > commit f2001a7e0555b66d6db25a3ff1801540814045bb > Author: Daniel P. Berrange > Date: Tue Jan 19 11:14:30 2016 + > > char: don't assume telnet initialization will not block > > The code which writes the telne

[Qemu-devel] [PATCH] char: fix repeated registration of tcp chardev I/O handlers

2016-02-08 Thread Daniel P. Berrange
In previous commit: commit f2001a7e0555b66d6db25a3ff1801540814045bb Author: Daniel P. Berrange Date: Tue Jan 19 11:14:30 2016 + char: don't assume telnet initialization will not block The code which writes the telnet initialization sequence moved to an event loop callback. If th