On Wed, May 15, 2013 at 4:10 PM, Stefan Hajnoczi wrote:
> On Tue, May 07, 2013 at 01:46:48PM +0800, Liu Ping Fan wrote:
>> summary:
>> patch1: GSource event abstraction
>> patch2~6: port network backend to glib
>> patch7~10: make network core re-entrant
>> patch11~14: port the slirp backe
On Tue, May 07, 2013 at 01:46:48PM +0800, Liu Ping Fan wrote:
> summary:
> patch1: GSource event abstraction
> patch2~6: port network backend to glib
> patch7~10: make network core re-entrant
> patch11~14: port the slirp backend onto glib
>
> The slirp->lock's deadlock problem has been el
summary:
patch1: GSource event abstraction
patch2~6: port network backend to glib
patch7~10: make network core re-entrant
patch11~14: port the slirp backend onto glib
The slirp->lock's deadlock problem has been eliminated and works fine.
And other components seems more stable, so I change