From nobody Mon Apr 29 08:41:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1597918217; cv=none; d=zohomail.com; s=zohoarc; b=k3BxglZzCX5fBireB8k34g52kLHX7MFkPwDeVDUUQ+3Fs1GkeYh6zHC0v4POhcapuECUCc5XrY9KXbaG8KZDWOHWr41k0BTzcLXxzI1MEPWaUfJDynCxahhK56Gep60WItVuvKVan0B0tUXIon9qHIZR116w8eX27R5eSplph9Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1597918217; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=9f38kLNLR6JZCSAMG6uWrfG9DJ9EG6YZ/jXFAmAH+9c=; b=DQwmEnVgIxbmlPPOaZRoa2i0u3n1rQKvgN0v8CiAd2LUWW6tHHsofXcxXg4fqh7bm5BlCNUO12H76bH8fxxrZD5PgDQKoITwx/phBTFY87IiEBVgwCMYAGXzwEGXK7gO0wDDNfVCdi3UBby96PhI8hP5oHP4xPASubmz6Yf6VPY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1597918216992547.6986849541952; Thu, 20 Aug 2020 03:10:16 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-17-sApu4WFIMVCLfwO0NiPbXQ-1; Thu, 20 Aug 2020 06:10:13 -0400 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 78C161DE04; Thu, 20 Aug 2020 10:10:07 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D96D95C88B; Thu, 20 Aug 2020 10:10:06 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id D0C7B1826D2D; Thu, 20 Aug 2020 10:10:04 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 07KA9W1s005191 for ; Thu, 20 Aug 2020 06:09:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 194187E305; Thu, 20 Aug 2020 10:09:32 +0000 (UTC) Received: from 192.168.0.106 (ovpn-13-171.pek2.redhat.com [10.72.13.171]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB95871780; Thu, 20 Aug 2020 10:09:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597918215; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=9f38kLNLR6JZCSAMG6uWrfG9DJ9EG6YZ/jXFAmAH+9c=; b=W2PITD4cMsQhc6RYfeosBuy9azKtgpo73WwIUGbH048N+tZOkSkWBxwiYqpliFjjPQy2OB eWTEKTpNDCbAnWz5S3hDYSCeXDrMwfBS5VZnoi6WZQCyVMhkSL0S11CtXWT18D+m+kyLIX XSReI9Nrjfxf7RhFOCzF8ZMNFG7lBpo= X-MC-Unique: sApu4WFIMVCLfwO0NiPbXQ-1 From: Fangge Jin To: libvir-list@redhat.com Subject: [PATCH] docs: add kbase entry for migrationinternals Date: Thu, 20 Aug 2020 18:09:24 +0800 Message-Id: <20200820100924.28504-1-fjin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: Fangge Jin X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Commit c051e56d27 added migrationinternals.rst in kbase, but the entry was missing. Signed-off-by: Fangge Jin Reviewed-by: J=C3=A1n Tomko Reviewed-by: Michal Privoznik --- docs/kbase.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/kbase.rst b/docs/kbase.rst index 78daaa5989..546be6785e 100644 --- a/docs/kbase.rst +++ b/docs/kbase.rst @@ -44,3 +44,7 @@ Knowledge base =20 `Incremental backup internals `__ Incremental backup implementation details relevant for users + + `VM migration internals `__ + VM migration implementation details, complementing the info in + `migration `__ --=20 2.20.1