From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME3JT-0002nT-EF for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:32:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME3JJ-0002Tg-LE for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:32:29 -0400 Received: from [199.232.76.173] (port=56601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME3JJ-0002TL-B8 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:32:25 -0400 Received: from mx20.gnu.org ([199.232.41.8]:25026) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ME3JI-0007g3-5J for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:32:24 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME3JG-0006Ga-MU for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:32:23 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 1/3] qdev-ify isa pic Date: Tue, 9 Jun 2009 16:32:18 +0100 References: <1244545261-23679-1-git-send-email-kraxel@redhat.com> <200906091601.41592.paul@codesourcery.com> <4A2E7EBA.1060805@redhat.com> In-Reply-To: <4A2E7EBA.1060805@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906091632.19195.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Tuesday 09 June 2009, Gerd Hoffmann wrote: > On 06/09/09 17:01, Paul Brook wrote: > >> + qdev_init_gpio_out(&sysdev->qdev,&s->parent_irq, 1); > > > > This should be using sysbus_init_irq. > > > > Paul > > Patch 3/3 kills that line anyway ... It's still wrong. Paul