From patchwork Wed Jul 24 09:55:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 11056527 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6F1BB1399 for ; Wed, 24 Jul 2019 09:55:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6055126530 for ; Wed, 24 Jul 2019 09:55:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5490328514; Wed, 24 Jul 2019 09:55:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 061EC2654B for ; Wed, 24 Jul 2019 09:55:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726778AbfGXJzg (ORCPT ); Wed, 24 Jul 2019 05:55:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33044 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725851AbfGXJzg (ORCPT ); Wed, 24 Jul 2019 05:55:36 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5B00B30C1341; Wed, 24 Jul 2019 09:55:36 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-189.ams2.redhat.com [10.36.116.189]) by smtp.corp.redhat.com (Postfix) with ESMTP id 28BEB60BEC; Wed, 24 Jul 2019 09:55:32 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Juan Quintela , "Dr. David Alan Gilbert" , Laurent Vivier , kvm@vger.kernel.org, Thomas Huth , Richard Henderson Subject: [PATCH 0/4] migration: fix migrate_cancel problems of multifd Date: Wed, 24 Jul 2019 11:55:19 +0200 Message-Id: <20190724095523.1527-1-quintela@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Wed, 24 Jul 2019 09:55:36 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP - Just simplify patch 2 from Ivan - Add patch 3 to cover everything. Please review. My plan is send the three of them for the update Ivan Ren (3): migration: fix migrate_cancel leads live_migration thread endless loop migration: fix migrate_cancel leads live_migration thread hung forever migration: fix migrate_cancel multifd migration leads destination hung forever Juan Quintela (1): migration: Make explicit that we are quitting multifd migration/ram.c | 66 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 9 deletions(-)