From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn0HG-0005qQ-60 for qemu-devel@nongnu.org; Wed, 21 May 2014 02:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn0HB-000515-Sy for qemu-devel@nongnu.org; Wed, 21 May 2014 02:45:26 -0400 Received: from szxga01-in.huawei.com ([119.145.14.64]:57510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn0HB-0004zg-4k for qemu-devel@nongnu.org; Wed, 21 May 2014 02:45:21 -0400 Message-ID: <537C4B72.2040807@huawei.com> Date: Wed, 21 May 2014 14:45:06 +0800 From: ChenLiang MIME-Version: 1.0 References: <1400608075-19917-1-git-send-email-sanidhya.iiith@gmail.com> <537C27D3.6070804@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Obtain dirty bitmap via VM logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sanidhya Kashyap Cc: qemu-devel , "quintela@redhat.com" On 2014/5/21 12:56, Sanidhya Kashyap wrote: > On Wed, May 21, 2014 at 9:43 AM, ChenLiang wrote: >> Hi, >> Nice job. We should avoid running migration_thread and bitmap_logging_thread simultaneously. >> > Any particular suggestion to avoid running simultaneous execution of > the threads? > > -- > Sanidhya > > We can do it like this: https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg02185.html