summaryrefslogtreecommitdiff
path: root/chardev/char-pty.c
diff options
context:
space:
mode:
authorzhanghailiang <zhang.zhanghailiang@huawei.com>2017-02-17 10:53:12 +0800
committerJason Wang <jasowang@redhat.com>2017-03-06 11:46:02 +0800
commitdfd917a9c2bed578c31043126c9f558190bf21e4 (patch)
treeee4357ac9c60157d73723b6341ac3d9303c083f4 /chardev/char-pty.c
parent66d2a2423ef3f2a3b066d7e9e3301e4fd42f51b3 (diff)
downloadqemu-dfd917a9c2bed578c31043126c9f558190bf21e4.tar.gz
colo-compare: kick compare thread to exit after some cleanup in finalization
We should call g_main_loop_quit() to notify colo compare thread to exit, Or it will run in g_main_loop_run() forever. Besides, the finalizing process can't happen in context of colo thread, it is reasonable to remove the 'if (qemu_thread_is_self(&s->thread))' branch. Before compare thead exits, some cleanup works need to be done, All unhandled packets need to be released and connection_track_table needs to be freed, or there will be memory leak. Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'chardev/char-pty.c')
0 files changed, 0 insertions, 0 deletions