Environment: ------------ Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit:54ad89b05ec49b90790de814647b244d3d2cc5ca qemu.git Commit:c47c61be8dcd91689c8fc77776db924d684c3b39 Host Kernel Version:3.17.0-rc1 Hardware:HSW-Desktop Bug detailed description: -------------------------- the 4-ports 82576 can detect 2 ports when add "intel_iommu=on pci=assign-busses" in kernel of grub. the 4-ports 82576 can detect 4 ports without "intel_iommu=on pci=assign-busses" when add "intel_iommu=on", 4-ports 82576 detected 4 ports. when add "pci=assign-busses" ,the 4-ports 82576 can detect 2 ports. note: kernel version: 3.0.0+ (kvm+qemu-kvm:e72ef590_fda19064) 1.the 4-ports 82576 can detect 4 ports when add "intel_iommu=on pci=assign-busses". 2. when add "intel_iommu=on" or "pci=assign-busses" to boot the system, 4-ports 82576 detected 4 ports Reproduce steps: ---------------- 1. add "intel_iommu=on pci=assign-busses" in kernel of grub 2. boot up the system 3. lspci | grep Eth Current result: ---------------- 4-ports 82576 detect 2 ports Expected result: ---------------- 4-ports 82576 detect 4 ports Basic root-causing log: ----------------------
Created attachment 148561 [details] dmesg-good
Created attachment 148571 [details] lspci good
Created attachment 148581 [details] lspci-t-good
Created attachment 148591 [details] dmesg-bad
Created attachment 148601 [details] lspci-bad
Created attachment 148611 [details] lspci-t-bad
Hi Chao,
Cc Alex Williamson <alex.williamson@redhat.com>
Is this a regression? Has it ever worked? Why is this filed against kvm since it appears to have no relation to qemu or kvm?
I greped its history, it was found on 3.9 kernel and was cerntain it was fine in 3.0. I think it shall be a regression. As for the component it's related to, I agree we can change its component to kernle or else, other than KVM.