Re: [PATCH 09/10] Initialize in-kernel irqchip

2010-03-09 Thread Avi Kivity
On 03/02/2010 08:25 PM, Glauber Costa wrote: On Tue, Mar 02, 2010 at 01:31:35AM -0300, Marcelo Tosatti wrote: On Fri, Feb 26, 2010 at 05:12:20PM -0300, Glauber Costa wrote: Now that we have all devices set up, this patch initializes the irqchip. This is dependant on the io-thread,

Re: [PATCH 09/10] Initialize in-kernel irqchip

2010-03-02 Thread Glauber Costa
On Tue, Mar 02, 2010 at 01:31:35AM -0300, Marcelo Tosatti wrote: On Fri, Feb 26, 2010 at 05:12:20PM -0300, Glauber Costa wrote: Now that we have all devices set up, this patch initializes the irqchip. This is dependant on the io-thread, since we need someone to pull ourselves out of the

Re: [PATCH 09/10] Initialize in-kernel irqchip

2010-03-01 Thread Marcelo Tosatti
On Fri, Feb 26, 2010 at 05:12:20PM -0300, Glauber Costa wrote: Now that we have all devices set up, this patch initializes the irqchip. This is dependant on the io-thread, since we need someone to pull ourselves out of the halted state. I don't understand why - it should work without iothread.

[PATCH 09/10] Initialize in-kernel irqchip

2010-02-26 Thread Glauber Costa
Now that we have all devices set up, this patch initializes the irqchip. This is dependant on the io-thread, since we need someone to pull ourselves out of the halted state. I believe this should be the default when we are running over the io-thread. Later on, I plan to post a patch that makes it