Displaying 3 results from an estimated 3 matches for "virdomainpciaddressbussetmodel".
2018 Oct 17
3
pcie-expander-bus doesn't support pcie-pci-bridge and pcie-switch-upstream-port
...ntroller>
...
# virsh -k0 -K0 define /tmp/b.xml
error: Failed to define domain from /tmp/b.xml
error: XML error: The device at PCI address 0000:01:00.0 cannot be plugged
into the PCI controller with index='1'. It requires a controller that
accepts a pci-switch-upstream-port.
In function virDomainPCIAddressBusSetModel, I find pcie-expander-bus only
supports pcie-root-port and dmi-to-pci-bridge
353 case
VIR_DOMAIN_CONTROLLER_MODEL_PCIE_EXPANDER_BUS:
354 ┆ /* 32 slots, no hotplug, only accepts pcie-root-port
or
355 ┆ ┆*
dmi-to-pci-bridge
356 ┆
┆*/
357 ┆ bus->flags = (VIR...
2018 Oct 17
1
Re: pcie-expander-bus doesn't support pcie-pci-bridge and pcie-switch-upstream-port
...unnecessary :)
>
>> error: Failed to define domain from /tmp/c.xml
>> error: XML error: The device at PCI address 0000:01:00.0 cannot be plugged into the PCI controller with index='1'. It requires a controller that accepts a pcie-to-pci-bridge.
> [...]
>> In function virDomainPCIAddressBusSetModel, I find pcie-expander-bus only supports pcie-root-port and dmi-to-pci-bridge
>> 353 case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_EXPANDER_BUS:
>> 354 ┆ /* 32 slots, no hotplug, only accepts pcie-root-port or
>> 355 ┆ ┆* dmi-to-pci-bridge
>> 356 ┆ ┆...
2018 Oct 17
0
Re: pcie-expander-bus doesn't support pcie-pci-bridge and pcie-switch-upstream-port
...entirely, making -K0 unnecessary :)
> error: Failed to define domain from /tmp/c.xml
> error: XML error: The device at PCI address 0000:01:00.0 cannot be plugged into the PCI controller with index='1'. It requires a controller that accepts a pcie-to-pci-bridge.
[...]
> In function virDomainPCIAddressBusSetModel, I find pcie-expander-bus only supports pcie-root-port and dmi-to-pci-bridge
> 353 case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_EXPANDER_BUS:
> 354 ┆ /* 32 slots, no hotplug, only accepts pcie-root-port or
> 355 ┆ ┆* dmi-to-pci-bridge
> 356 ┆ ┆*/
> 357...