qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/4] colo-compare: fix some bugs


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH v3 0/4] colo-compare: fix some bugs
Date: Mon, 20 Feb 2017 11:34:35 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0



On 2017年02月17日 10:53, zhanghailiang wrote:
This series includes two parts: codes optimization and bug fix.
patch 1 tries to move timer process into colo compare thread as
a new coroutine.
patch 2 ~ 4 fixe some bugs of colo compare.

v2->v3:
  - change the definition of remove_fd_in_watch() instead of
    introducing a function (Marc-André Lureau's suggestion)
v1->v2:
  - Squash patch 3 of last version into patch 2. (ZhangChen's suggestion)

zhanghailiang (4):
   colo-compare: use g_timeout_source_new() to process the stale packets
   colo-compare: kick compare thread to exit after some cleanup in
     finalization
   char: remove the right fd been watched in qemu_chr_fe_set_handlers()
   colo-compare: Fix removing fds been watched incorrectly in
     finalization

  chardev/char-fd.c     |   6 +--
  chardev/char-io.c     |   8 ++--
  chardev/char-io.h     |   2 +-
  chardev/char-pty.c    |   2 +-
  chardev/char-socket.c |   4 +-
  chardev/char-udp.c    |   6 +--
  chardev/char.c        |   2 +-
  net/colo-compare.c    | 115 ++++++++++++++++++++++++++------------------------
  8 files changed, 74 insertions(+), 71 deletions(-)


Applied, thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]