From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZLWY-0003Ih-6h for qemu-devel@nongnu.org; Fri, 07 Aug 2009 05:14:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZLWS-0003Ek-9x for qemu-devel@nongnu.org; Fri, 07 Aug 2009 05:14:05 -0400 Received: from [199.232.76.173] (port=49287 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZLWR-0003EN-UK for qemu-devel@nongnu.org; Fri, 07 Aug 2009 05:14:00 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57510) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZLWR-0001aF-GG for qemu-devel@nongnu.org; Fri, 07 Aug 2009 05:13:59 -0400 Date: Fri, 7 Aug 2009 12:13:56 +0300 From: Gleb Natapov Message-ID: <20090807091356.GI12292@redhat.com> References: <4A7ADE70.7060204@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A7ADE70.7060204@sgi.com> Subject: [Qemu-devel] Re: [PATCH] qemu_reserve_isa_irq() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , qemu-devel On Thu, Aug 06, 2009 at 03:45:20PM +0200, Jes Sorensen wrote: > Hi > > As part of trying to provide the BIOS with information about PCI > interrupt availability, I have added qemu_reserve_isa_irq() to try > and keep track of which IRQs are claimed for ISA. > > If we can agree on this approach, then I'll be using it to pass info > on to the guest BIOS in a follow on patch. > Looks good to me. I don't know qdev enough to tell if the same can be done as part of qdev infrastructure. -- Gleb.