From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Brakkee Subject: unbinding PCI device at boot Date: Sun, 19 Dec 2010 00:15:54 +0100 Message-ID: <4D0D40AA.9030004@brakkee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm Return-path: Received: from cpsmtp-fia03.kpnxchange.com ([195.121.247.6]:1612 "EHLO cpsmtp-fia03.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943Ab0LRXPt (ORCPT ); Sat, 18 Dec 2010 18:15:49 -0500 Received: from [192.168.2.34] (pelican.lan [192.168.2.34]) by brakkee.org (Postfix) with ESMTP id B8D2670E2B for ; Sun, 19 Dec 2010 00:15:47 +0100 (CET) Sender: kvm-owner@vger.kernel.org List-ID: Hi all, I would like to unbind some PCI devices at boot time to avoid shared IRQ problems with PCI passthrough. One way of doing it is to simply write an init.d script (done that before) which is quite simple. But before I do this, is there another better 'linux' way to do this? In this particular case it is about unbinding some USB PCI devices. Cheers Erik PS. running on opensuse 11.3.