It seems that while 4.2 came with a blast of fresh air, it has broken my box.
I have Qlogic dual port fiber cards.
I'm using IOMMU to give these cards to my guest system.
After upgrade from 4.1 it has only on card available to guest.
lspci:
01:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
01:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
It seems that it does not respect the wildcard anymore.
(i use "hostpci0: 01:00").
It should give all the subids to guest, but give only first one.
I could also use it like this:
hostpci0: 01:00:0
hostpci1: 01:00:1
but this does not work, since both cards will run same bios and think they are the "first port" and try to register themselves with first mac of the total of two available and so first works and second fails saying that there is allready available card with same mac.
Currently my fallback was to add another single port FC card to keep it running, but I need to use this pcie port for something else in the future.
I have Qlogic dual port fiber cards.
I'm using IOMMU to give these cards to my guest system.
After upgrade from 4.1 it has only on card available to guest.
lspci:
01:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
01:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
It seems that it does not respect the wildcard anymore.
(i use "hostpci0: 01:00").
It should give all the subids to guest, but give only first one.
I could also use it like this:
hostpci0: 01:00:0
hostpci1: 01:00:1
but this does not work, since both cards will run same bios and think they are the "first port" and try to register themselves with first mac of the total of two available and so first works and second fails saying that there is allready available card with same mac.
Currently my fallback was to add another single port FC card to keep it running, but I need to use this pcie port for something else in the future.