From patchwork Fri Mar 27 13:46:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11462401 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 7B1D815AB for ; Fri, 27 Mar 2020 13:47:40 +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 5476C206F6 for ; Fri, 27 Mar 2020 13:47:40 +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="16KZ2GZT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5476C206F6 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 1jHpJO-0005p7-Q6; Fri, 27 Mar 2020 13:46:14 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jHpJN-0005p1-G0 for xen-devel@lists.xenproject.org; Fri, 27 Mar 2020 13:46:13 +0000 X-Inumbo-ID: 52a2d836-7031-11ea-b34e-bc764e2007e4 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 52a2d836-7031-11ea-b34e-bc764e2007e4; Fri, 27 Mar 2020 13:46:13 +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=tdmx+9E7vh3yHnI8ivQ4yzcldCtwIVLFcPK/MQg50QM=; b=16KZ2GZTqLM7MML7Qz1yz7CpHk 4z6Nb87sKnJCEkzAJ2ug0o7M0foCL5UAq8U7ghGOdRrheFVIShA0ibSXBEoBg7EfcQUpG0OsqyLmy DEmfOOewn/nOwYOPpv2GSBXybO3zhaHwVqELxWj45p5FKIzSpiZrtaefL6mMFvuiw1wM=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jHpJM-0001I9-Sj; Fri, 27 Mar 2020 13:46:12 +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 1jHpJM-00066v-Je; Fri, 27 Mar 2020 13:46:12 +0000 From: Paul Durrant To: xen-devel@lists.xenproject.org Date: Fri, 27 Mar 2020 13:46:08 +0000 Message-Id: <20200327134610.23387-1-paul@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v8 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: Paul Durrant 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