Re: [Qemu-devel] [RFC PATCH v3 1/5] net: introduce glib function for network

2013-04-09 Thread Stefan Hajnoczi
On Mon, Apr 08, 2013 at 01:36:04PM +0800, Liu Ping Fan wrote: > Bind each NetClientState with a GSource(ie,NetClientSource). Currently, > these GSource attached with default context, but in future, after > resolving the race between handlers and the interface exposed by > NetClientInfo and other re

[Qemu-devel] [RFC PATCH v3 1/5] net: introduce glib function for network

2013-04-07 Thread Liu Ping Fan
Bind each NetClientState with a GSource(ie,NetClientSource). Currently, these GSource attached with default context, but in future, after resolving the race between handlers and the interface exposed by NetClientInfo and other re-entrant issue, we can run NetClientState on different threads Signed