From patchwork Wed Mar 18 11:11:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11444959 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D2D0490 for ; Wed, 18 Mar 2020 11:13:43 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AFCA02076D for ; Wed, 18 Mar 2020 11:13:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=xen.org header.i=@xen.org header.b="umtEg9iM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AFCA02076D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jEWc3-0005lR-Qt; Wed, 18 Mar 2020 11:11:51 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jEWc2-0005l9-42 for xen-devel@lists.xenproject.org; Wed, 18 Mar 2020 11:11:50 +0000 X-Inumbo-ID: 42498fa5-6909-11ea-bac2-12813bfff9fa Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 42498fa5-6909-11ea-bac2-12813bfff9fa; Wed, 18 Mar 2020 11:11:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7zb2ThGWpLji7R96uAMn2YeVRsxglQnXSX6OiypT5bI=; b=umtEg9iMAagdzvTFGN5NpGrBi0 rHHLkmf4oUeJ3TbZbbV6PbBfhRKLLGbjXsttFxVOFOej7OoQez+CXIU3WIg9z9HpJ9KKpnsyT0CbD IT0zI4Xk7aX1fyVzbaiyq905ZcfdVK++4zEa32OuSW4yNZcElEomSBNe5yTDm2yYRRqc=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jEWc0-0005zp-8W; Wed, 18 Mar 2020 11:11:48 +0000 Received: from 54-240-197-232.amazon.com ([54.240.197.232] helo=u2f063a87eabd5f.cbg10.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1jEWbz-0000Ig-UQ; Wed, 18 Mar 2020 11:11:48 +0000 From: Paul Durrant To: xen-devel@lists.xenproject.org Date: Wed, 18 Mar 2020 11:11:42 +0000 Message-Id: <20200318111144.12894-1-paul@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v7 0/2] docs: Migration design documents X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Julien Grall , Wei Liu , Paul Durrant , George Dunlap , Andrew Cooper , Konrad Rzeszutek Wilk , Ian Jackson , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Paul Durrant (2): docs/designs: Add a design document for non-cooperative live migration docs/designs: Add a design document for migration of xenstore data docs/designs/non-cooperative-migration.md | 280 ++++++++++++++++++++++ docs/designs/xenstore-migration.md | 256 ++++++++++++++++++++ docs/misc/xenstore.txt | 6 +- 3 files changed, 539 insertions(+), 3 deletions(-) create mode 100644 docs/designs/non-cooperative-migration.md create mode 100644 docs/designs/xenstore-migration.md --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Julien Grall Cc: Konrad Rzeszutek Wilk Cc: Stefano Stabellini Cc: Wei Liu