mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Implement pcie-to-pci-bridge controller
The new controller will not yet be used automatically by libvirt, but at this point it's already possible to configure a guest to use it. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -3956,6 +3956,10 @@
|
||||
<code>pci-expander-bus</code>, <code>pcie-expander-bus</code>
|
||||
(<span class="since">since 1.3.4</span>)
|
||||
</li>
|
||||
<li>
|
||||
<code>pcie-to-pci-bridge</code>
|
||||
(<span class="since">since 4.3.0</span>)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
The root controllers (<code>pci-root</code>
|
||||
|
||||
@@ -2102,6 +2102,8 @@
|
||||
<value>pci-bridge</value>
|
||||
<!-- implementations of 'dmi-to-pci-bridge' -->
|
||||
<value>i82801b11-bridge</value>
|
||||
<!-- implementations of 'pcie-to-pci-bridge' -->
|
||||
<value>pcie-pci-bridge</value>
|
||||
<!-- implementations of 'pcie-root-port' -->
|
||||
<value>ioh3420</value>
|
||||
<value>pcie-root-port</value>
|
||||
@@ -2172,6 +2174,7 @@
|
||||
<choice>
|
||||
<value>pci-bridge</value>
|
||||
<value>dmi-to-pci-bridge</value>
|
||||
<value>pcie-to-pci-bridge</value>
|
||||
<value>pcie-root-port</value>
|
||||
<value>pcie-switch-upstream-port</value>
|
||||
<value>pcie-switch-downstream-port</value>
|
||||
|
||||
Reference in New Issue
Block a user