From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu1qN-0001Hf-Jy for qemu-devel@nongnu.org; Wed, 04 Nov 2015 12:27:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu1qK-00064u-N2 for qemu-devel@nongnu.org; Wed, 04 Nov 2015 12:27:31 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:11386 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu1qK-00064V-BV for qemu-devel@nongnu.org; Wed, 04 Nov 2015 12:27:28 -0500 From: "Denis V. Lunev" Date: Wed, 4 Nov 2015 20:27:21 +0300 Message-Id: <1446658044-22042-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 2.5 v2 0/3] misc missed aio_context_acquire for bdrv_drain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Denis V. Lunev" , qemu-devel@nongnu.org, Stefan Hajnoczi These bits were present in the following submission [PATCH QEMU 2.5 v4 0/10] dataplane snapshot fixes + aio_poll fixes and they are unrelated to the migration and safe enough to reach QEMU 2.5. Just sent separately not to miss them. Dangerous bits will be sent separately when we'll come into agreement of safe bits :) Signed-off-by: Denis V. Lunev CC: Stefan Hajnoczi