On 08/09/2026 16:52, David Vrabel wrote:
The TI XIO3130 PCIe switch is a vintage Gen1 device, so we add generic
PCIe upstream and downstream port devices that are Gen6.
[...]
Instead of enhancing the existing switch and claiming it is more
capable than the real hardware we add additional generic PCIe upstream
and downstream port devices, which matches the existing generic PCIe
root port device.
Hi Gerd,
These two new devices will require PCI Device IDs to be allocated. I
have suggested (and used in this patch):
1b36:0015 QEMU PCIe Upstream Switch Port
1b36:0016 QEMU PCIe Downstream Switch Port
Matching the vendor ID and name with the existing QEMU PCIe Root Port
(1b36:000c) device.
David