From: "Wang Cheng Yeh" <cywang.eda@gmail.com>
To: paul@nowt.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] irq bug fix patch
Date: Sun, 8 Apr 2007 22:01:12 +0800 [thread overview]
Message-ID: <a20f395e0704080701t2ddbcc43w86654023da84c889@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
Index: hw/pl190.c
===================================================================
RCS file: /sources/qemu/qemu/hw/pl190.c,v
retrieving revision 1.2
diff -u -p -r1.2 pl190.c
--- hw/pl190.c 7 Apr 2007 18:14:41 -0000 1.2
+++ hw/pl190.c 8 Apr 2007 13:53:18 -0000
@@ -240,7 +240,7 @@ qemu_irq *pl190_init(uint32_t base, qemu
iomemtype = cpu_register_io_memory(0, pl190_readfn,
pl190_writefn, s);
cpu_register_physical_memory(base, 0x00000fff, iomemtype);
- qi = qemu_allocate_irqs(pl190_set_irq, s, 16);
+ qi = qemu_allocate_irqs(pl190_set_irq, s, 32);
s->base = base;
s->irq = irq;
s->fiq = fiq;
[-- Attachment #2: Type: text/html, Size: 1117 bytes --]
reply other threads:[~2007-04-08 14:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a20f395e0704080701t2ddbcc43w86654023da84c889@mail.gmail.com \
--to=cywang.eda@gmail.com \
--cc=paul@nowt.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).