From nobody Fri Mar 29 05:26:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.74 as permitted sender) client-ip=63.128.21.74; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-74.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.74 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=1585190704; cv=none; d=zohomail.com; s=zohoarc; b=A0Rf80YdvVbfobq+8LvI7a9eCSL1QiOLwclBcqORqzOzb3mWcGszAJFVqLcPJnwwlc+YWJYKHMU8T/LjS9LRWFHaZrtps5z+iqU+uc9edOrHYSIY/oa3PNUXSVa8KtRlt69CbHw4uSwR4R+5Ci+AiQMEj08/C/1CzD2bfxrwhWU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1585190704; 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=Wc6Xv7boKMlbVojV6wtNJ+8GmYhDpk8zAyZm/ioK0UY=; b=AOJ2IcV5PIVNKF7BI2s+mCBR6EkOOp8S0yY9G99rS1n9JdABm5njimkOMaec+OoxCakwn7HozRBTgpFQ092J2cOeWaaIAyJ3kdGNEEqQjvkUkN50sOGJpGwrtvonbqNUUw1cV9r1EVEbSDdQMsL8EfVUSDB5DXAgMEvHz6MtwpA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.74 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-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by mx.zohomail.com with SMTPS id 1585190704950368.78641850157146; Wed, 25 Mar 2020 19:45:04 -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-106-wbAoZaWlPVWScrMkRxBiJA-1; Wed, 25 Mar 2020 22:45:00 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8195918A5500; Thu, 26 Mar 2020 02:44:53 +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 B4656BBBDD; Thu, 26 Mar 2020 02:44:51 +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 A169D87019; Thu, 26 Mar 2020 02:44:43 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 02Q2ifZU000420 for ; Wed, 25 Mar 2020 22:44:41 -0400 Received: by smtp.corp.redhat.com (Postfix) id 956559CA3; Thu, 26 Mar 2020 02:44:41 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-12-175.pek2.redhat.com [10.72.12.175]) by smtp.corp.redhat.com (Postfix) with ESMTP id DEDEDA0A88; Thu, 26 Mar 2020 02:44:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585190703; 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=Wc6Xv7boKMlbVojV6wtNJ+8GmYhDpk8zAyZm/ioK0UY=; b=FqKKE0m1sDnamw3Yqt7KzFs3H8D2/ISthQjuZA8+P5j/DXWCjetpSgVkVfaz1zlUQZWrIy cvvY/hpe6OtLzkckK7OrN/CgzTb4CTJu6gb78FkrtzsyPlWem8GSg/GQgtGntEzjvcD6bs RCnyMoQ8tZ0hFLyKjtL96L3Tf2CS/Ug= X-MC-Unique: wbAoZaWlPVWScrMkRxBiJA-1 From: Han Han To: libvir-list@redhat.com Subject: [PATCH] rng: Interleave elements in source Date: Thu, 26 Mar 2020 10:44:23 +0800 Message-Id: <20200326024423.235156-1-hhan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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.13 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/domaincommon.rng | 350 ++++++++++++++++++---------------- 1 file changed, 186 insertions(+), 164 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index d79dee65..96eccaad 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1642,21 +1642,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -1667,24 +1669,26 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -1695,17 +1699,19 @@ - - - - - - - - - - - + + + + + + + + + + + + + @@ -1856,138 +1862,152 @@ =20 - - - https - - - - - - - - - - - - - - - + + + + https + + + + + + + + + + + + + + + + =20 - - - http - - - - - - - - - - - - + + + + http + + + + + + + + + + + + + =20 - - - ftps - - - - - - - - - - - - + + + + ftps + + + + + + + + + + + + + =20 - - - sheepdog - ftp - tftp - - - - - - - - - + + + + sheepdog + ftp + tftp + + + + + + + + + + =20 - - nbd - - - - - - - + + + nbd - - - - - - + + + + + + + + + + + + + + =20 - - gluster - - - - - - - - - + + + gluster + + + + + + + + + + =20 - - - vxhs - - - - - - - + + + + vxhs + - - + + + + + + + + + =20 @@ -2048,27 +2068,29 @@ - - pci - - - - - - - + + + pci - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + --=20 2.25.0