From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRBei-0004MJ-7z for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:51:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRBeh-0004M7-LN for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:51:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRBeh-0004Lz-I8 for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:51:11 -0400 Received: from [80.12.242.19] (helo=smtp-msa-out19.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRBii-00028V-13 for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:55:20 -0400 Message-ID: <451574B0.7000907@bellard.org> Date: Sat, 23 Sep 2006 19:53:52 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] IRQ sharing in PCI bus References: <45157114.4010901@bellard.org> <200609231843.05404.paul@codesourcery.com> In-Reply-To: <200609231843.05404.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: > On Saturday 23 September 2006 18:38, Fabrice Bellard wrote: > >>andrzej zaborowski wrote: >> >>>This allows multiple PCI devices on a bus to use the same IRQ lines. >>>The signals from all devices are ORed. It will only work if the guest >>>OS'es drivers supports that. >>> >>>Linux guest required that to have scsi disks and usb devices working >>>at the same time on an emulated Versatile PB machine. >> >>PCI IRQ sharing is already implemented, at least for piix3. You should >>look at that code and try to fix the related code in other PCI controllers. > > > Seems silly to implement this several times rather than once in generic code. Right. My comment did not exclude that :-) Fabrice.