Re: [Qemu-devel] [PATCH v1 00/14] port network layer onto glib

2013-05-15 Thread liu ping fan
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

Re: [Qemu-devel] [PATCH v1 00/14] port network layer onto glib

2013-05-15 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH v1 00/14] port network layer onto glib

2013-05-06 Thread Liu Ping Fan
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