[libvirt] [RFC PATCH 06/12] schema: Add 'spapr-pci-host-bridge' controller model

Andrea Bolognani abologna at redhat.com
Tue Feb 28 16:12:38 UTC 2017


---
 docs/schemas/domaincommon.rng | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index f2f5c3a..38b4b80 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1889,6 +1889,8 @@
               <element name="model">
                 <attribute name="name">
                   <choice>
+                    <!-- implementations of 'pci-root' -->
+                    <value>spapr-pci-host-bridge</value>
                     <!-- implementations of 'pci-bridge' -->
                     <value>pci-bridge</value>
                     <!-- implementations of 'dmi-to-pci-bridge' -->
-- 
2.7.4




More information about the libvir-list mailing list