Re: [Qemu-devel] [PATCH 1.0 v2] malta: Fix regression (i8259 interrupts did not work)

2012-01-07 Thread Aurelien Jarno
On Tue, Nov 29, 2011 at 06:34:48AM +0100, Stefan Weil wrote: > Commit 5632ae46d5bda798e971dae48ebb318ac2c3686a passes the address > of i8259 to qemu_irq_proxy. i8259 is an auto variable with undefined > value outside of mips_malta_init. > > This made the interrupt proxy unusable: either QEMU crash

[Qemu-devel] [PATCH 1.0 v2] malta: Fix regression (i8259 interrupts did not work)

2011-11-28 Thread Stefan Weil
Commit 5632ae46d5bda798e971dae48ebb318ac2c3686a passes the address of i8259 to qemu_irq_proxy. i8259 is an auto variable with undefined value outside of mips_malta_init. This made the interrupt proxy unusable: either QEMU crashes, or the interrupt handler was not called. Ethernet for example no l