From: Peter Krempa Date: Thu, 13 Oct 2022 14:22:22 +0000 (+0200) Subject: schema: domain: Allow interleave of 'smartcard' subelements X-Git-Tag: v9.1.0-rc1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9132cc635b9dc52fdc8c2fc27eda767bb4f7b9db;p=thirdparty%2Flibvirt.git schema: domain: Allow interleave of 'smartcard' subelements Allow interleave of the top level sub-elements as well as the subelements in the 'host-certificates' mode. Note that '' doesn't work properly if there's multiple definitions of the same sub-element in the interleave so for this patch I chose to '' the 'certificate' subelements. Another options would require us to stop enforcing that there's exactly 3 of them. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index b4731f0d8d..f966285641 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -5559,49 +5559,57 @@ + - - - - host - - - - - - host-certificates - - - - - - - - - - - - - passthrough - - - - - - - - - - - - - - - - + + + + + host + + + + + + + host-certificates + + + + + + + + + + + + + + + + passthrough + + + + + + + + + + + + + + + + + +