From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JonOK-0003sq-6b for qemu-devel@nongnu.org; Wed, 23 Apr 2008 18:24:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JonOG-0003qt-Ub for qemu-devel@nongnu.org; Wed, 23 Apr 2008 18:24:39 -0400 Received: from [199.232.76.173] (port=55282 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JonOG-0003qq-RU for qemu-devel@nongnu.org; Wed, 23 Apr 2008 18:24:36 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JonOG-0007kn-IN for qemu-devel@nongnu.org; Wed, 23 Apr 2008 18:24:36 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m3NMQdZt032368 for ; Wed, 23 Apr 2008 18:26:39 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m3NMOWJD223290 for ; Wed, 23 Apr 2008 18:24:32 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m3NMOL5M005941 for ; Wed, 23 Apr 2008 18:24:22 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-Id: Date: Wed, 23 Apr 2008 17:23:51 -0500 From: Hollis Blanchard Subject: [Qemu-devel] [PATCH 0 of 4] PowerPC 4xx device emulation improvements 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 Cc: l_indien@magic.fr, aurelien@aurel32.net These patches improve the device emulation for PowerPC 4xx SoCs. They were tested with KVM on 440, rather than with qemu's instruction emulation (qemu doesn't emulate 440, and the 405 emulation doesn't work). I'd especially appreciate some review of the PCI controller emulation, in particular bamboo_pci_map_irq() and bamboo_pci_set_irq(). -Hollis