Re: [Qemu-devel] [PATCH v3 0/3] slirp: fill mainloop with more precise timeout value

2013-08-22 Thread Stefan Hajnoczi
On Wed, Aug 21, 2013 at 10:15:49AM +0800, Liu Ping Fan wrote: > With this series, we can set the mainloop timeout more precisely when slirp > has > to emulate tcp timeout problem. > > v3: > fix comment: document timeout unit "milliseconds" > fix logic: no slirps, no timeout modifications in s

[Qemu-devel] [PATCH v3 0/3] slirp: fill mainloop with more precise timeout value

2013-08-20 Thread Liu Ping Fan
With this series, we can set the mainloop timeout more precisely when slirp has to emulate tcp timeout problem. v3: fix comment: document timeout unit "milliseconds" fix logic: no slirps, no timeout modifications in slirp_pollfds_fill() v2: fold slirp_update_timeout logic into slirp_pollfds_