From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V955p-0004Yz-PL for qemu-devel@nongnu.org; Mon, 12 Aug 2013 23:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V955j-0007cg-VT for qemu-devel@nongnu.org; Mon, 12 Aug 2013 23:16:21 -0400 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:52344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V955j-0007cb-Oc for qemu-devel@nongnu.org; Mon, 12 Aug 2013 23:16:15 -0400 Received: by mail-pb0-f50.google.com with SMTP id uo5so7378942pbc.23 for ; Mon, 12 Aug 2013 20:16:14 -0700 (PDT) From: Liu Ping Fan Date: Tue, 13 Aug 2013 11:15:38 +0800 Message-Id: <1376363741-19420-1-git-send-email-pingfank@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] slirp: fill mainloop with more precise timeout value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Stefan Hajnoczi , Jan Kiszka These patches is separated from "[PATCH v1 0/5] make slirp subsystem self-contained", as Paolo suggested. lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00980.html With them, we can fill the timeout of mainloop more precise, when slirp has to emulate tcp timeout problem. Liu Ping Fan (3): slirp: make timeout local slirp: define timeout as macro slirp: fill mainloop timeout with more precise value main-loop.c | 2 +- slirp/slirp.c | 43 +++++++++++++++++++++++++++++++------------ slirp/slirp.h | 3 +++ 3 files changed, 35 insertions(+), 13 deletions(-) -- 1.8.1.4