qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] irq bug fix patch
@ 2007-04-08 14:01 Wang Cheng Yeh
  0 siblings, 0 replies; only message in thread
From: Wang Cheng Yeh @ 2007-04-08 14:01 UTC (permalink / raw)
  To: paul, qemu-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-08 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-08 14:01 [Qemu-devel] irq bug fix patch Wang Cheng Yeh

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).