qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] IRQ acknowledge on MIPS


From: Paul Brook
Subject: Re: [Qemu-devel] [RFC] IRQ acknowledge on MIPS
Date: Tue, 23 Jan 2007 15:40:51 +0000
User-agent: KMail/1.9.5

> It should be good to have a well-defined modular IRQ routing
> architecture in the Qemu.

We've got most of one for the ARM targets (see hw/arm_pic.h). This file 
contains both the target independent bits and the ARM specific bits for 
emulating the CPU IRQ/FIQ pins.

Annother possibility to abstract this to use a single interrupt line object 
rather than an {object,index} pair. This simplifies code that that raises 
interrupts, at the expense of some complication in the code to create 
interrupt controllers.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]