Re: Question about interrupt routing and irq allocation

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: Thomas Gleixner <tglx@...>, Linux Kernel Mailing List <linux-kernel@...>, Andi Kleen <andi@...>, Avi Kivity <avi@...>, H. Peter Anvin <hpa@...>, Eric W. Biederman <ebiederm@...>, Keir Fraser <Keir.Fraser@...>
Date: Tuesday, May 27, 2008 - 5:45 am

Ingo Molnar wrote:

I already have one of those for pv guests, and I think I can reuse it 
more or less unchanged.


Yeah, that was my plan.


OK.  So if I just used create_irq() that would get me an irq I can use, 
but would also end up allocating a vector too.


I'm initially targeting 32-bit, though obviously I'd like something that 
works for both 32 and 64 bit.  irq_cfg[] is missing in io_apic_32.c; 
would I achieve the same effect by setting irq_vector[irq] = 0xff or 
something?

Thanks,
    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Question about interrupt routing and irq allocation, Jeremy Fitzhardinge, (Mon May 26, 6:08 pm)
Re: Question about interrupt routing and irq allocation, Jeremy Fitzhardinge, (Tue May 27, 5:45 am)
Re: Question about interrupt routing and irq allocation, Ingo Molnar, (Tue May 27, 10:56 am)
Re: Question about interrupt routing and irq allocation, Jeremy Fitzhardinge, (Tue May 27, 12:24 pm)
Re: Question about interrupt routing and irq allocation, Eric W. Biederman, (Wed May 28, 5:35 am)
Re: Question about interrupt routing and irq allocation, Jeremy Fitzhardinge, (Wed May 28, 6:40 am)
Re: Question about interrupt routing and irq allocation, Eric W. Biederman, (Wed May 28, 12:04 pm)