From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 09/10] Initialize in-kernel irqchip Date: Tue, 2 Mar 2010 01:31:35 -0300 Message-ID: <20100302043135.GC11510@amt.cnet> References: <1267215141-13629-1-git-send-email-glommer@redhat.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50177 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903Ab0CBEcM (ORCPT ); Mon, 1 Mar 2010 23:32:12 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o224WBCR009742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 1 Mar 2010 23:32:12 -0500 Content-Disposition: inline In-Reply-To: <1267215141-13629-10-git-send-email-glommer@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.