Re: [Qemu-devel] [PATCH] Reworking MIPS interrupts handling

2007-01-23 Thread Fabrice Bellard
Good. I prefer this implementation to the current one! Fabrice. Aurelien Jarno wrote: On Tue, Jan 23, 2007 at 07:42:20PM +0100, Aurelien Jarno wrote: Hi all, Please find below a patch to fix the IRQ issue on the MIPS platform. I have tested it on both 2.4 and 2.6 kernel and it works fine.

Re: [Qemu-devel] [PATCH] Reworking MIPS interrupts handling

2007-01-23 Thread Aurelien Jarno
On Tue, Jan 23, 2007 at 07:42:20PM +0100, Aurelien Jarno wrote: > Hi all, > > Please find below a patch to fix the IRQ issue on the MIPS platform. I > have tested it on both 2.4 and 2.6 kernel and it works fine. > Here is an updated patch including the comments from Paul Brook via IRC. Thanks Pa

[Qemu-devel] [PATCH] Reworking MIPS interrupts handling

2007-01-23 Thread Aurelien Jarno
Hi all, Please find below a patch to fix the IRQ issue on the MIPS platform. I have tested it on both 2.4 and 2.6 kernel and it works fine. Here are a few comments on the patch to understand how it works. - The CPU hardware interrupt (CPU_INTERRUPT_HARD) is not deasserted by the CPU anymore, b