From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1O6H-0001ic-3k for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:20:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1O69-0003uC-JO for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:20:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:60031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1O69-0003tM-Cg for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:20:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S1O68-0004TA-7U for qemu-devel@nongnu.org; Sat, 25 Feb 2012 21:20:04 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 21:20:04 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 21:20:04 +0100 From: Paolo Bonzini Date: Sat, 25 Feb 2012 21:19:09 +0100 Message-ID: References: <1330198969-27364-1-git-send-email-aliguori@us.ibm.com> <1330198969-27364-2-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In-Reply-To: <1330198969-27364-2-git-send-email-aliguori@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH 01/10] qtest: add test framework (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 02/25/2012 08:42 PM, Anthony Liguori wrote: > + > +qemu_irq *qtest_interrupt_controller_init(void) > +{ > + return qemu_allocate_irqs(qtest_set_irq, NULL, MAX_IRQ); > +} This should not be needed anymore. Paolo