From patchwork Thu Feb 7 06:58:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Crosthwaite X-Patchwork-Id: 218829 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 15A8A2C0292 for ; Thu, 7 Feb 2013 17:58:34 +1100 (EST) Received: from localhost ([::1]:54207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3LRI-00028q-As for incoming@patchwork.ozlabs.org; Thu, 07 Feb 2013 01:58:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3LR9-00028i-RP for qemu-devel@nongnu.org; Thu, 07 Feb 2013 01:58:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3LR8-0000Hm-Q6 for qemu-devel@nongnu.org; Thu, 07 Feb 2013 01:58:23 -0500 Received: from tx2ehsobe002.messaging.microsoft.com ([65.55.88.12]:42977 helo=tx2outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3LR8-0000Hd-JS for qemu-devel@nongnu.org; Thu, 07 Feb 2013 01:58:22 -0500 Received: from mail99-tx2-R.bigfish.com (10.9.14.246) by TX2EHSOBE009.bigfish.com (10.9.40.29) with Microsoft SMTP Server id 14.1.225.23; Thu, 7 Feb 2013 06:58:21 +0000 Received: from mail99-tx2 (localhost [127.0.0.1]) by mail99-tx2-R.bigfish.com (Postfix) with ESMTP id 64CA14A01D6; Thu, 7 Feb 2013 06:58:21 +0000 (UTC) X-Forefront-Antispam-Report: CIP:149.199.60.83; KIP:(null); UIP:(null); IPV:NLI; H:xsj-gw1; RD:unknown-60-83.xilinx.com; EFVD:NLI X-SpamScore: 1 X-BigFish: VPS1(zzzz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2fh95h668h839hd24hf0ah119dh1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h14ddh1504h1537h162dh1631h1758h1898h18e1h1946h19b5h906i1155h) Received-SPF: pass (mail99-tx2: domain of xilinx.com designates 149.199.60.83 as permitted sender) client-ip=149.199.60.83; envelope-from=peter.crosthwaite@xilinx.com; helo=xsj-gw1 ; helo=xsj-gw1 ; Received: from mail99-tx2 (localhost.localdomain [127.0.0.1]) by mail99-tx2 (MessageSwitch) id 1360220299434525_2437; Thu, 7 Feb 2013 06:58:19 +0000 (UTC) Received: from TX2EHSMHS042.bigfish.com (unknown [10.9.14.248]) by mail99-tx2.bigfish.com (Postfix) with ESMTP id 5D03B44007A; Thu, 7 Feb 2013 06:58:19 +0000 (UTC) Received: from xsj-gw1 (149.199.60.83) by TX2EHSMHS042.bigfish.com (10.9.99.142) with Microsoft SMTP Server id 14.1.225.23; Thu, 7 Feb 2013 06:58:16 +0000 Received: from unknown-38-66.xilinx.com ([149.199.38.66] helo=xsj-smtp1.xilinx.com) by xsj-gw1 with esmtp (Exim 4.63) (envelope-from ) id 1U3LR1-0003LH-UL; Wed, 06 Feb 2013 22:58:15 -0800 From: Peter Crosthwaite To: Date: Thu, 7 Feb 2013 16:58:15 +1000 X-Mailer: git-send-email 1.7.0.4 X-RCIS-Action: ALLOW MIME-Version: 1.0 Message-ID: <9e856341-de62-43b0-af05-a8b867da7bbc@TX2EHSMHS042.ehs.local> X-OriginatorOrg: xilinx.com X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 65.55.88.12 Cc: edgar.iglesias@gmail.com, aliguori@us.ibm.com, Liming Wang Subject: [Qemu-devel] [PATCH for-1.4] xilinx_zynq: Fix wrong IRQ number of the second EHCI controller X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Liming Wang The IRQ number of the second EHCI controller should be 76, not 75. Signed-off-by: Liming Wang Tested-by: Peter Crosthwaite --- hw/xilinx_zynq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xilinx_zynq.c b/hw/xilinx_zynq.c index 0ac33b5..311f791 100644 --- a/hw/xilinx_zynq.c +++ b/hw/xilinx_zynq.c @@ -168,7 +168,7 @@ static void zynq_init(QEMUMachineInitArgs *args) zynq_init_spi_flashes(0xE000D000, pic[51-IRQ_OFFSET], true); sysbus_create_simple("xlnx,ps7-usb", 0xE0002000, pic[53-IRQ_OFFSET]); - sysbus_create_simple("xlnx,ps7-usb", 0xE0003000, pic[75-IRQ_OFFSET]); + sysbus_create_simple("xlnx,ps7-usb", 0xE0003000, pic[76-IRQ_OFFSET]); sysbus_create_simple("cadence_uart", 0xE0000000, pic[59-IRQ_OFFSET]); sysbus_create_simple("cadence_uart", 0xE0001000, pic[82-IRQ_OFFSET]);