On 2013-02-18 22:47, Anthony Liguori wrote:
> This series implements an idea from Paolo to introduce flow control
> in the char layer by converting all char backends to use GIOChannels
> internally. Then we can just use the existing IO watch support in glib
> to implement flow control.
>
> This i
Hans de Goede writes:
> Hi,
>
> On 02/18/2013 10:47 PM, Anthony Liguori wrote:
>> This series implements an idea from Paolo to introduce flow control
>> in the char layer by converting all char backends to use GIOChannels
>> internally. Then we can just use the existing IO watch support in glib
Hi,
On 02/18/2013 10:47 PM, Anthony Liguori wrote:
This series implements an idea from Paolo to introduce flow control
in the char layer by converting all char backends to use GIOChannels
internally. Then we can just use the existing IO watch support in glib
to implement flow control.
This is
On (Mon) 18 Feb 2013 [15:47:57], Anthony Liguori wrote:
> This series implements an idea from Paolo to introduce flow control
> in the char layer by converting all char backends to use GIOChannels
> internally. Then we can just use the existing IO watch support in glib
> to implement flow control.
This series implements an idea from Paolo to introduce flow control
in the char layer by converting all char backends to use GIOChannels
internally. Then we can just use the existing IO watch support in glib
to implement flow control.
This is based on a rebased version of an old series of mine pl