From nobody Wed May 15 22:42:16 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=1585750239; cv=none; d=zohomail.com; s=zohoarc; b=WEW1zWEk3dvlF5dxxjTfhFurcx+pVN0Zh/Cd36ymuBrW3RjOfh2TdgzP0Q+LVqkO8O2a4UJFQtWZkZ8yK5nIg0nbB0BJrWl2EtBNSYjc2jsFSjIV5U+a0+KP3aKox+F7ZwKNDNCPRhKTexrc2zp19yM8mkzh/0EfhXyTJW7wSGg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1585750239; 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=9aQYwV6HGzgSaanUeRiDC6GHOt4I1Yg4njk1Xz+zQuM=; b=klz2dnS2W+sQ5MZw4gmmipiCQ0AqvTDTW1FTTaeliAZh64a4BIBvj4hXpRtxOjkyw1RbtfeyytVjBfrCmj85Ulo7No6V62yrmarEpENfSXOY565SWXxHrCY88fNLkgvDqlhH9NZyp/kSZ3O1vpNiPyo/t/a8QTwE7FF1qpQYar0= 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 1585750239015744.8346117196166; Wed, 1 Apr 2020 07:10:39 -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-343-XQi533dIMbmaFBt_xh1hhQ-1; Wed, 01 Apr 2020 10:10:35 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2FD20477; Wed, 1 Apr 2020 14:10:28 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 87DBAD768F; Wed, 1 Apr 2020 14:10:26 +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 8447286C03; Wed, 1 Apr 2020 14:10:24 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 031EANre005807 for ; Wed, 1 Apr 2020 10:10:23 -0400 Received: by smtp.corp.redhat.com (Postfix) id 794F598A28; Wed, 1 Apr 2020 14:10:23 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-12-203.pek2.redhat.com [10.72.12.203]) by smtp.corp.redhat.com (Postfix) with ESMTP id CE0CC99DF3; Wed, 1 Apr 2020 14:10:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585750237; 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=9aQYwV6HGzgSaanUeRiDC6GHOt4I1Yg4njk1Xz+zQuM=; b=gdYiRxn/L4oUC45Cb2QklN8UbKrAZDaLFb5ut2XdxsqLyTn4HGnbeQZ4HhNEfng/71TPao Z/L+iGENmnrsCVnv9VI2VPB57TrLYu6VW3/eGO6sDjbqMoAOohutagX6ktwUmyW6YZ5W88 pYhSxTNcopQWvVWVJhuWHPpsS6UfvLs= X-MC-Unique: XQi533dIMbmaFBt_xh1hhQ-1 From: Han Han To: libvir-list@redhat.com Subject: [PATCH] rng: Support encryption and slices element in snapshot XML Date: Wed, 1 Apr 2020 22:10:12 +0800 Message-Id: <20200401141012.175729-1-hhan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Cc: mprivozn@redhat.com, Han Han 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.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Han Han Reviewed-by: Erik Skultety --- docs/schemas/domainsnapshot.rng | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/schemas/domainsnapshot.rng b/docs/schemas/domainsnapshot.= rng index 8e39feb2..c881da74 100644 --- a/docs/schemas/domainsnapshot.rng +++ b/docs/schemas/domainsnapshot.rng @@ -160,6 +160,12 @@ + + + + + + @@ -179,6 +185,12 @@ + + + + + + --=20 2.25.0