On 06/02/2017 12:07 PM, Andrea Bolognani wrote:
---
docs/schemas/domaincommon.rng | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index cff595b..d565a0b 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1953,6 +1953,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' -->
As with 11/26 and 12/26 - ACK to 13 & 14/26, but combined, and with a
sentence added to formatdomain.html.in *and* an xml2xml test case.
(and I assume the validation to disallow this model name for anything
other than pci-root is in a later patch?