From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2fVA-0000Ab-8A for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:11:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2fV9-0005Vu-Ib for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:11:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38494) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2fV9-0005VP-Bh for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:11:11 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A3CA730B0844 for ; Sat, 9 Mar 2019 17:11:10 +0000 (UTC) From: Markus Armbruster References: <20190227110812.2185-1-quintela@redhat.com> <20190227110812.2185-8-quintela@redhat.com> Date: Sat, 09 Mar 2019 18:11:08 +0100 In-Reply-To: <20190227110812.2185-8-quintela@redhat.com> (Juan Quintela's message of "Wed, 27 Feb 2019 12:08:11 +0100") Message-ID: <875zss2csz.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 7/8] multifd: Drop x- List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, Laurent Vivier , Thomas Huth , "Dr. David Alan Gilbert" , Paolo Bonzini Juan Quintela writes: > We make it supported from now on. > > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Juan Quintela > --- > hmp.c | 10 +++++----- > migration/migration.c | 26 +++++++++++++------------- > qapi/migration.json | 34 +++++++++++++++++----------------- > 3 files changed, 35 insertions(+), 35 deletions(-) Acked-by: Markus Armbruster