From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWPyZ-0007JD-Tf for qemu-devel@nongnu.org; Thu, 18 Feb 2016 09:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWPyY-0004VN-HJ for qemu-devel@nongnu.org; Thu, 18 Feb 2016 09:54:39 -0500 References: <1455259174-3384-1-git-send-email-den@openvz.org> <20160218051702.GA4440@grmbl.mre> <56C57ABC.5080207@openvz.org> From: Paolo Bonzini Message-ID: <56C5DB24.8060000@redhat.com> Date: Thu, 18 Feb 2016 15:54:28 +0100 MIME-Version: 1.0 In-Reply-To: <56C57ABC.5080207@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] move qcow2_invalidate_cache() out of coroutine context List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Amit Shah , qemu-devel@nongnu.org, qemu-block@nongnu.org, Juan Quintela On 18/02/2016 09:03, Denis V. Lunev wrote: > On 02/18/2016 08:17 AM, Amit Shah wrote: >> Can someone from the block team please give this a review? > > Paolo, can you pls bless this? I think that the fix comes from the > infrastructure layer and via your proposal. Yes, I think it's fine from the block layer POV. I proposed Denis this fix after discussing the bug with Kevin. Thanks Denis and Amit. Paolo