From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw8Xw-00053h-1v for qemu-devel@nongnu.org; Thu, 06 Apr 2017 10:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw8Xv-0007hH-Bw for qemu-devel@nongnu.org; Thu, 06 Apr 2017 10:38:00 -0400 Date: Thu, 6 Apr 2017 16:37:48 +0200 From: Kevin Wolf Message-ID: <20170406143748.GI4341@noname.redhat.com> References: <20170406142527.25835-1-famz@redhat.com> <20170406142527.25835-3-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170406142527.25835-3-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.9 2/5] mirror: Fix aio context of mirror_top_bs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Paolo Bonzini , qemu-block@nongnu.org, Ed Swierk , Max Reitz , Stefan Hajnoczi Am 06.04.2017 um 16:25 hat Fam Zheng geschrieben: > It should be moved to the same context as source, before inserting to the > graph. > > Signed-off-by: Fam Zheng Reviewed-by: Kevin Wolf