Re: [virt-tools-list] [virt-viewer][PATCH 2/6] events: remove timeout and handle from arrays

2015-07-20 Thread Christophe Fergeau
On Fri, Jul 17, 2015 at 06:39:13PM +0200, Fabiano Fidêncio wrote: > On Fri, Jul 17, 2015 at 6:15 PM, Christophe Fergeau > wrote: > > Hey, > > > > On Fri, Jul 17, 2015 at 04:01:19PM +0200, Fabiano Fidêncio wrote: > >> Based on > >> http://libvirt.org/git/?p=libvirt-glib.git;a=commit;h=cff5f1c46f4b

Re: [virt-tools-list] [virt-viewer][PATCH 2/6] events: remove timeout and handle from arrays

2015-07-17 Thread Fabiano Fidêncio
On Fri, Jul 17, 2015 at 6:15 PM, Christophe Fergeau wrote: > Hey, > > On Fri, Jul 17, 2015 at 04:01:19PM +0200, Fabiano Fidêncio wrote: >> Based on >> http://libvirt.org/git/?p=libvirt-glib.git;a=commit;h=cff5f1c46f4b9661e112b85159fb58ae473a9a89 > > I'd tend to c&p the initial log too Not sure if

Re: [virt-tools-list] [virt-viewer][PATCH 2/6] events: remove timeout and handle from arrays

2015-07-17 Thread Christophe Fergeau
On Fri, Jul 17, 2015 at 06:15:19PM +0200, Christophe Fergeau wrote: > > @@ -115,7 +112,7 @@ int virt_viewer_events_add_handle(int fd, > >virt_viewer_events_dispatch_handle, > >data); > > > > -handles[nhandles++] = data; >

Re: [virt-tools-list] [virt-viewer][PATCH 2/6] events: remove timeout and handle from arrays

2015-07-17 Thread Christophe Fergeau
Hey, On Fri, Jul 17, 2015 at 04:01:19PM +0200, Fabiano Fidêncio wrote: > Based on > http://libvirt.org/git/?p=libvirt-glib.git;a=commit;h=cff5f1c46f4b9661e112b85159fb58ae473a9a89 I'd tend to c&p the initial log too > > Related to: rhbz#1243228 > --- > src/virt-viewer-events.c | 97 > +

[virt-tools-list] [virt-viewer][PATCH 2/6] events: remove timeout and handle from arrays

2015-07-17 Thread Fabiano Fidêncio
Based on http://libvirt.org/git/?p=libvirt-glib.git;a=commit;h=cff5f1c46f4b9661e112b85159fb58ae473a9a89 Related to: rhbz#1243228 --- src/virt-viewer-events.c | 97 +++- 1 file changed, 63 insertions(+), 34 deletions(-) diff --git a/src/virt-viewer-even