From patchwork Tue Jan 28 12:28:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11354171 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 E8DAE1398 for ; Tue, 28 Jan 2020 12:29:45 +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 BBCF72064C for ; Tue, 28 Jan 2020 12:29:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="CAEZ3Rfe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBCF72064C Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=none 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 1iwPys-00079f-Iz; Tue, 28 Jan 2020 12:28:34 +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 1iwPyr-00078L-N6 for xen-devel@lists.xenproject.org; Tue, 28 Jan 2020 12:28:33 +0000 X-Inumbo-ID: b109968b-41c9-11ea-86a1-12813bfff9fa Received: from smtp-fw-6001.amazon.com (unknown [52.95.48.154]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id b109968b-41c9-11ea-86a1-12813bfff9fa; Tue, 28 Jan 2020 12:28:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1580214511; x=1611750511; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rAdMsl3Uq9cNEYv0vM8Q59O9eucqOG8FbTePBwejzy0=; b=CAEZ3Rfe+/gvkqKWhncBmgyPCRK8wIdLkcha7o9wNgQVWj0VlMKqNGpy 83xE1p1IptdXGjMIs6bNDMd06m5UKTJGkazpjiIjMtMa313ZarWKesX9X wa2+sBIeLf4zVavrtcLu3dypKMWAlCfAsm6eBjA5W536Mf4xg69fpe257 c=; IronPort-SDR: 4zeQZkHIWaGMvPFCuFW1A9XgmjuT+J1EtwgYqhIn/UiJgah6ISRrL6/0FlJZBNqJNfkCqwntfw fcDKYIi6IV8g== X-IronPort-AV: E=Sophos;i="5.70,373,1574121600"; d="scan'208";a="15097909" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-1e-a70de69e.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6001.iad6.amazon.com with ESMTP; 28 Jan 2020 12:28:30 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1e-a70de69e.us-east-1.amazon.com (Postfix) with ESMTPS id E47A3A202C for ; Tue, 28 Jan 2020 12:28:29 +0000 (UTC) Received: from EX13D32EUB004.ant.amazon.com (10.43.166.212) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Tue, 28 Jan 2020 12:28:29 +0000 Received: from EX13MTAUWB001.ant.amazon.com (10.43.161.207) by EX13D32EUB004.ant.amazon.com (10.43.166.212) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 28 Jan 2020 12:28:28 +0000 Received: from u2f063a87eabd5f.cbg10.amazon.com (10.125.106.135) by mail-relay.amazon.com (10.43.161.249) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 28 Jan 2020 12:28:26 +0000 From: Paul Durrant To: Date: Tue, 28 Jan 2020 12:28:21 +0000 Message-ID: <20200128122823.12920-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v3 0/2] docs: Migration design documents X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 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" Patch #1 was standalone in v2 and is unmodified in v3. 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 | 259 ++++++++++++++++++++++ docs/designs/xenstore-migration.md | 122 ++++++++++ 2 files changed, 381 insertions(+) create mode 100644 docs/designs/non-cooperative-migration.md create mode 100644 docs/designs/xenstore-migration.md