From fde40ee4f47287d2ce61449003a26495896c16e6 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 13 Oct 2022 16:13:47 +0200 Subject: [PATCH] schema: domain: Allow interleaving of PCI controller config elements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The 'model' and 'target' element can be freely moved around. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 190 +++++++++++++++--------------- 1 file changed, 96 insertions(+), 94 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index 49a61d2748..ecc9cd41c4 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -2691,103 +2691,105 @@ pci - - - - - - spapr-pci-host-bridge - - pci-bridge - - i82801b11-bridge - - pcie-pci-bridge - - ioh3420 - pcie-root-port - - x3130-upstream - - xio3130-downstream - - pxb - - pxb-pcie - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + spapr-pci-host-bridge + + pci-bridge + + i82801b11-bridge + + pcie-pci-bridge + + ioh3420 + pcie-root-port + + x3130-upstream + + xio3130-downstream + + pxb + + pxb-pcie + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pci-root + pcie-root + - - - - + + + + + + + + + + pci-bridge + dmi-to-pci-bridge + pcie-to-pci-bridge + pcie-root-port + pcie-switch-upstream-port + pcie-switch-downstream-port + pci-expander-bus + pcie-expander-bus + - - - - - - - - - - - - - - pci-root - pcie-root - - - - - - - - - - - - pci-bridge - dmi-to-pci-bridge - pcie-to-pci-bridge - pcie-root-port - pcie-switch-upstream-port - pcie-switch-downstream-port - pci-expander-bus - pcie-expander-bus - - - - + + + -- 2.47.2