summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2017-02-28 14:58:08 +0100
committerAndrea Bolognani <abologna@redhat.com>2017-07-15 14:50:42 +0200
commit90855eca3f7ceee964727c1d0f54541373d31908 (patch)
tree88cc65d94cefef35a6ccc1756ada33fc57cf1ae7 /docs
parent591b42f39f1130a6adb13646226c23bd3b1a40dc (diff)
downloadlibvirt-90855eca3f7ceee964727c1d0f54541373d31908.tar.gz
conf: Add 'spapr-pci-host-bridge' controller model
Adding it to the virDomainControllerPCIModelName enumeration is enough for existing code to handle it, so parsing and formatting will work without further tweaking. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Laine Stump <laine@laine.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/schemas/domaincommon.rng2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 77136108ad..2532f56acb 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1983,6 +1983,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' -->