Re: [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-14 Thread Michael Roth
Quoting Michael Roth (2013-08-08 16:03:30) > Quoting Liu Ping Fan (2013-08-08 01:26:07) > > Introduce struct EventsGSource. It will ease the usage of GSource > > associated with a group of files, which are dynamically allocated > > and release, ex, slirp. > > > > Signed-off-by: Liu Ping Fan > > -

Re: [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-09 Thread liu ping fan
On Fri, Aug 9, 2013 at 12:29 AM, Michael Roth wrote: > Quoting Liu Ping Fan (2013-08-08 01:26:07) >> Introduce struct EventsGSource. It will ease the usage of GSource >> associated with a group of files, which are dynamically allocated >> and release, ex, slirp. >> >> Signed-off-by: Liu Ping Fan

Re: [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-08 Thread Michael Roth
Quoting Michael Roth (2013-08-08 16:03:30) > Quoting Liu Ping Fan (2013-08-08 01:26:07) > > Introduce struct EventsGSource. It will ease the usage of GSource > > associated with a group of files, which are dynamically allocated > > and release, ex, slirp. > > > > Signed-off-by: Liu Ping Fan > > -

Re: [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-08 Thread Michael Roth
Quoting Liu Ping Fan (2013-08-08 01:26:07) > Introduce struct EventsGSource. It will ease the usage of GSource > associated with a group of files, which are dynamically allocated > and release, ex, slirp. > > Signed-off-by: Liu Ping Fan > --- > util/Makefile.objs | 1 + > util/event_gsource.c

Re: [Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-08 Thread Michael Roth
Quoting Liu Ping Fan (2013-08-08 01:26:07) > Introduce struct EventsGSource. It will ease the usage of GSource > associated with a group of files, which are dynamically allocated > and release, ex, slirp. > > Signed-off-by: Liu Ping Fan > --- > util/Makefile.objs | 1 + > util/event_gsource.c

[Qemu-devel] [PATCH v1 1/5] util: introduce gsource event abstraction

2013-08-07 Thread Liu Ping Fan
Introduce struct EventsGSource. It will ease the usage of GSource associated with a group of files, which are dynamically allocated and release, ex, slirp. Signed-off-by: Liu Ping Fan --- util/Makefile.objs | 1 + util/event_gsource.c | 94