From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvqhI-0005V9-Rt for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:57:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvqhE-0002n6-M4 for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:57:40 -0500 Received: from mx2.parallels.com ([199.115.105.18]:35655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvqhE-0002ms-GQ for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:57:36 -0500 References: <1446911700-16803-1-git-send-email-den@openvz.org> <20151109173742.GD29494@stefanha-x1.localdomain> From: "Denis V. Lunev" Message-ID: <5640DE86.6020408@openvz.org> Date: Mon, 9 Nov 2015 20:57:26 +0300 MIME-Version: 1.0 In-Reply-To: <20151109173742.GD29494@stefanha-x1.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org, Juan Quintela On 11/09/2015 08:37 PM, Stefan Hajnoczi wrote: > On Sat, Nov 07, 2015 at 06:54:50PM +0300, Denis V. Lunev wrote: >> with test >> while /bin/true ; do >> virsh snapshot-create rhel7 >> sleep 10 >> virsh snapshot-delete rhel7 --current >> done >> with enabled iothreads on a running VM leads to a lot of troubles: hangs, >> asserts, errors. >> >> Anyway, I think that the construction like >> assert(aio_context_is_locked(aio_context)); >> should be widely used to ensure proper locking. >> >> Changes from v5: >> - dropped already merged patch 11 >> - fixed spelling in patch 1 >> - changed order of condition in loops in all patches. Thank you Stefan :) >> - dropped patch 9 >> - aio_context is not acquired any more in bdrv_all_find_vmstate_bs by request >> of Stefan >> - patch 10 is implemented in completely different way > I left comments on specific patches. Besides that, I'm happy. OK. that sounds good enough to me. These changes are not a problem at all. Should we ask Juan that this is good for him? Den