From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2 Date: Thu, 24 Feb 2011 16:13:32 -0800 Message-ID: <20110225001332.GC4988@sequoia.sous-sol.org> References: <1297705728.14733.50.camel@x201> <1298322078.5764.45.camel@x201> <20110222015119.GY9869@sequoia.sous-sol.org> <20110223001103.GZ9869@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Wright , Alex Williamson , kvm@vger.kernel.org, "Roedel, Joerg" To: James Neave Return-path: Received: from sous-sol.org ([216.99.217.87]:44840 "EHLO sequoia.sous-sol.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756632Ab1BYANw (ORCPT ); Thu, 24 Feb 2011 19:13:52 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: * James Neave (roboj1m@gmail.com) wrote: > Just out of interest, what kind of mileage would I expect out of > buying a shiny new PCIe tuner? Hard to say. One advantage would be if it's using MSI or MSI-X interrupts. > Can I pass through PCIe? Often, yes (still some caveats w.r.t. extended config space I believe). > Would it work better because it wouldn't be > behind a bridge? WOULD it not be behind a bridge? You should have a PCIe slot that does not sit behind a PCI-PCI bridge. > As much as I'd hate to solve a problem with the application of money... :( If you just want _one_ tuner to go to the guest, you should be able to do that by unbinding the other devices and giving the guest just the one usb controller (assuming just assigning the usb device itself is hitting usb/qemu stack limitations). The trick is to be sure to unbind any host devices that are sharing interrupts with the one device you want the guest to have. With USB controllers you just have to be sure you know which ports they map to so you don't kill a keyboard, mouse, external disk, etc... > (OT question, on mailing lists should I use Reply All or just reply > and change the To address to kvm.vger.kernel.org?) Reply all is best. thanks, -chris