Re: [Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

2013-03-25 Thread Stefan Hajnoczi
On Fri, Mar 15, 2013 at 4:44 PM, Anthony Liguori wrote: > Laurent Desnogues writes: > >> Hello, >> >> On Tue, Mar 5, 2013 at 6:51 PM, Amit Shah wrote: >>> From: Anthony Liguori >>> >>> Signed-off-by: Anthony Liguori >>> Signed-off-by: Amit Shah >>> --- >>> qemu-char.c | 68 >>> +

Re: [Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

2013-03-15 Thread Laurent Desnogues
On Fri, Mar 15, 2013 at 4:44 PM, Anthony Liguori wrote: > Laurent Desnogues writes: > >> Hello, >> >> On Tue, Mar 5, 2013 at 6:51 PM, Amit Shah wrote: >>> From: Anthony Liguori >>> >>> Signed-off-by: Anthony Liguori >>> Signed-off-by: Amit Shah >>> --- >>> qemu-char.c | 68 >>> +

Re: [Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

2013-03-15 Thread Anthony Liguori
Laurent Desnogues writes: > Hello, > > On Tue, Mar 5, 2013 at 6:51 PM, Amit Shah wrote: >> From: Anthony Liguori >> >> Signed-off-by: Anthony Liguori >> Signed-off-by: Amit Shah >> --- >> qemu-char.c | 68 >> - >> 1 file changed, 4

Re: [Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

2013-03-15 Thread Laurent Desnogues
Hello, On Tue, Mar 5, 2013 at 6:51 PM, Amit Shah wrote: > From: Anthony Liguori > > Signed-off-by: Anthony Liguori > Signed-off-by: Amit Shah > --- > qemu-char.c | 68 > - > 1 file changed, 45 insertions(+), 23 deletions(-) > > diff

[Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

2013-03-05 Thread Amit Shah
From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Amit Shah --- qemu-char.c | 68 - 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index eb0ac81..6dba943 100644 --- a/qemu-c