From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRHjI-0000W6-9Z for qemu-devel@nongnu.org; Sat, 23 Sep 2006 20:20:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRHjH-0000Ve-4G for qemu-devel@nongnu.org; Sat, 23 Sep 2006 20:20:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRHjH-0000Va-1l for qemu-devel@nongnu.org; Sat, 23 Sep 2006 20:20:19 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GRHnL-0001Dg-BA for qemu-devel@nongnu.org; Sat, 23 Sep 2006 20:24:31 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] IRQ sharing in PCI bus Date: Sun, 24 Sep 2006 01:20:13 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609240120.14107.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, balrogg@gmail.com On Saturday 23 September 2006 18:25, andrzej zaborowski wrote: > This allows multiple PCI devices on a bus to use the same IRQ lines. You patch was missing the mapping from device to bus IRQ lines. I applied a fix that includes this, and removes the hacks for PPC IRQ routing. As mentioned in the comments for the new code it looks like sparc64 IRQs are totally busted. I couldn't figure out out what the correct implementation was supposed to be, so I made something up. Paul