From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH 09/10] Initialize in-kernel irqchip Date: Tue, 2 Mar 2010 15:25:12 -0300 Message-ID: <20100302182511.GB665@mothafucka.localdomain> References: <1267215141-13629-2-git-send-email-glommer@redhat.com> <1267215141-13629-3-git-send-email-glommer@redhat.com> <1267215141-13629-4-git-send-email-glommer@redhat.com> <1267215141-13629-5-git-send-email-glommer@redhat.com> <1267215141-13629-6-git-send-email-glommer@redhat.com> <1267215141-13629-7-git-send-email-glommer@redhat.com> <1267215141-13629-8-git-send-email-glommer@redhat.com> <1267215141-13629-9-git-send-email-glommer@redhat.com> <1267215141-13629-10-git-send-email-glommer@redhat.com> <20100302043135.GC11510@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:15363 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753706Ab0CBSZP (ORCPT ); Tue, 2 Mar 2010 13:25:15 -0500 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o22IPEbY012990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Mar 2010 13:25:15 -0500 Content-Disposition: inline In-Reply-To: <20100302043135.GC11510@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: 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 halted state. > > I don't understand why - it should work without iothread. with irqchip in kernel, we have to handle halted state in the kernel too. >