From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUYEG-00063x-CC for qemu-devel@nongnu.org; Mon, 10 Jul 2017 08:55:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUYEC-0002KT-UV for qemu-devel@nongnu.org; Mon, 10 Jul 2017 08:55:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60558) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUYEC-0002K6-Oa for qemu-devel@nongnu.org; Mon, 10 Jul 2017 08:55:52 -0400 Date: Mon, 10 Jul 2017 13:55:44 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20170710125543.GA16073@work-vm> References: <1499242883-2184-1-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499242883-2184-1-git-send-email-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable break List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, Eduardo Habkost , Juan Quintela , haoqf@linux.vnet.ibm.com, Laurent Vivier , Markus Armbruster * Peter Xu (peterx@redhat.com) wrote: > v2: > - patch 1: add r-b for Eduardo/Juan > - patch 2: add r-b for Eduardo (Markus's suggestion is a todo), and > t-b for Qingfeng > - patch 3: rewrite the doc up, merging both Eduardo/Markus's > suggestion [Eduardo, Markus] > - patch 4: added a TODO [Markus] > > Two breakage introduced during the migration objectify series: one for > --only-migratable, another one for iotest 055. > > First two patches fixes the breakages. Latter two are documentation > updates suggested by Eduardo. Please review. Thanks. Queued (with commit message tweak from Eduardo in 3) Dave > Peter Xu (4): > migration: fix handling for --only-migratable > vl: move global property, migrate init earlier > doc: add item for "-M enforce-config-section" > doc: update TYPE_MIGRATION documents > > include/migration/misc.h | 1 - > migration/migration.c | 17 ++++++----------- > qemu-options.hx | 11 +++++++++++ > vl.c | 26 +++++++++++++------------- > 4 files changed, 30 insertions(+), 25 deletions(-) > > -- > 2.7.4 > > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK