Re: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread Zhang Chen
On 08/16/2017 05:14 PM, Wang yong wrote: From: Wang Yong Note: This series is based on the patch of "qemu-iothread: IOThread supports theGMainContext event loop". You'd better put the patch on this patch set, make it easy to review. Thanks Zhang Chen It's a good idea to use IOThread ins

Re: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread Fam Zheng
On Wed, 08/16 17:14, Wang yong wrote: > From: Wang Yong > > Note: This series is based on the patch of "qemu-iothread: > IOThread supports theGMainContext event loop". The syntax for patchew to pick up the dependency automatically: Based-on: 1502782095-3912-1-git-send-email-wang.yong...@zte.co

Re: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1502874842-4191-1-git-send-email-wang.yong...@zte.com.cn Subject: [Qemu-devel] [PATCHv3 00/02] Replace the COLO

Re: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread no-reply
Hi, This series failed build test on FreeBSD host. Please find the details below. Type: series Message-id: 1502874842-4191-1-git-send-email-wang.yong...@zte.com.cn Subject: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread === TEST SCRIPT BEGIN === #!/bin/sh

Re: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread Message-id: 1502874842-4191-1-git-send-email-wang.yong...@zte.com.cn === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCHv3 00/02] Replace the COLO comparing thread with IOThread

2017-08-16 Thread Wang yong
From: Wang Yong Note: This series is based on the patch of "qemu-iothread: IOThread supports theGMainContext event loop". It's a good idea to use IOThread instead of COLO comparing thread. comparing thread can be completely replaced by IOThread, so this idea came. This series of updates mainly