From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejfxB-0005VP-71 for qemu-devel@nongnu.org; Thu, 08 Feb 2018 01:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejfx5-00048N-6n for qemu-devel@nongnu.org; Thu, 08 Feb 2018 01:45:05 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:59760 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejfx5-00045l-2B for qemu-devel@nongnu.org; Thu, 08 Feb 2018 01:44:59 -0500 Date: Thu, 8 Feb 2018 14:44:41 +0800 From: Peter Xu Message-ID: <20180208064441.GA2677@xz-mi> References: <20180124053957.29145-1-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180124053957.29145-1-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 00/23] QMP: out-of-band (OOB) execution support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , "Daniel P . Berrange" , Paolo Bonzini , Fam Zheng , Juan Quintela , mdroth@linux.vnet.ibm.com, Eric Blake , Laurent Vivier , Markus Armbruster , marcandre.lureau@redhat.com, "Dr . David Alan Gilbert" On Wed, Jan 24, 2018 at 01:39:34PM +0800, Peter Xu wrote: > This version should have addressed all comments in previous one, also > fixed another race condition after I addressed all the comments (a new > race condition introduced by addressing the comments...). For some > more details of the race condition, please see the last entry of > change log, and please refer to patch 9 for the code change. > > I removed RFC tag from this version. Please review. Thanks. It's still a month there until the soft freeze of 2.12, but I would still like to have a gentle ping for this series in case there will be further surprises. Hopefully, this series can catch the train for 2.12. I'll respin the postcopy recovery series very soon. Thanks, -- Peter Xu