qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC][PATCH 0/21] QEMU Object Model


From: Anthony Liguori
Subject: Re: [Qemu-devel] [RFC][PATCH 0/21] QEMU Object Model
Date: Wed, 27 Jul 2011 11:28:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 07/27/2011 10:33 AM, Paolo Bonzini wrote:
On 07/27/2011 02:48 PM, Anthony Liguori wrote:

So the idea here is that the PIC will multiplex a bunch of interrupts
into a single line?

Yes, but the device needs to know the interrupt number so it can expose
it through the enumerator interface. So the configuration cannot be simply

pic->irq[n] = tty->irq;

Logically, it's more similar to the ISA case, but I doubt the PIC
distributes all interrupts to everyone in real hardware.

Is the enumerator something that has an interface to devices where
the devices hold this info? Or is the enumerator just a bank of
flash that's preprogrammed with fixed info?

The former, at least in theory. Not sure if it also works that way in
real hardware, but that's the model it exposes and the way the Android
guys implemented it.

I can't really find what you're describing. I think all the specs are on http://www.milkymist.org/mmsoc.html

It's seems like there are a couple different kinds of busses, and that there is a CSR bus that is used to access configuration information but I believe only for CSR devices (which are low speed).

Can you point me towards the current code for this?

Regards,

Anthony Liguori



reply via email to

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