All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] slirp: fill mainloop with more precise timeout value
@ 2013-08-21  2:15 Liu Ping Fan
  2013-08-21  2:15 ` [Qemu-devel] [PATCH v3 1/3] slirp: make timeout local Liu Ping Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Liu Ping Fan @ 2013-08-21  2:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jan Kiszka, Stefan Hajnoczi, Paolo Bonzini

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_fill.


Liu Ping Fan (3):
  slirp: make timeout local
  slirp: define timeout as macro
  slirp: set mainloop timeout with more precise value

 main-loop.c      |  3 +--
 slirp/libslirp.h |  3 +--
 slirp/slirp.c    | 55 +++++++++++++++++++++++++++++++++++++++----------------
 slirp/slirp.h    |  3 +++
 stubs/slirp.c    |  6 +-----
 5 files changed, 45 insertions(+), 25 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-25  1:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  2:15 [Qemu-devel] [PATCH v3 0/3] slirp: fill mainloop with more precise timeout value Liu Ping Fan
2013-08-21  2:15 ` [Qemu-devel] [PATCH v3 1/3] slirp: make timeout local Liu Ping Fan
2013-08-21  2:15 ` [Qemu-devel] [PATCH v3 2/3] slirp: define timeout as macro Liu Ping Fan
2013-08-21  2:15 ` [Qemu-devel] [PATCH v3 3/3] slirp: set mainloop timeout with more precise value Liu Ping Fan
2013-08-21  7:36   ` Alex Bligh
2013-08-21  8:07     ` liu ping fan
2013-08-23 16:49       ` Jan Kiszka
2013-08-25  1:52         ` liu ping fan
2013-08-23 16:54   ` Jan Kiszka
2013-08-25  1:53     ` liu ping fan
2013-08-22 12:07 ` [Qemu-devel] [PATCH v3 0/3] slirp: fill mainloop with more precise timeout value Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.