Re: [Qemu-devel] [PATCH 00/19] chardev flow control

2013-03-24 Thread Jan Kiszka
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

Re: [Qemu-devel] [PATCH 00/19] chardev flow control

2013-02-19 Thread Anthony Liguori
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

Re: [Qemu-devel] [PATCH 00/19] chardev flow control

2013-02-19 Thread Hans de Goede
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

Re: [Qemu-devel] [PATCH 00/19] chardev flow control

2013-02-18 Thread Amit Shah
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.

[Qemu-devel] [PATCH 00/19] chardev flow control

2013-02-18 Thread Anthony Liguori
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