From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbsZc-0001cs-JW for qemu-devel@nongnu.org; Fri, 14 Aug 2009 04:55:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbsZX-0001aR-N0 for qemu-devel@nongnu.org; Fri, 14 Aug 2009 04:55:43 -0400 Received: from [199.232.76.173] (port=58114 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbsZX-0001aN-Jc for qemu-devel@nongnu.org; Fri, 14 Aug 2009 04:55:39 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44198) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbsZS-0000I0-Jh for qemu-devel@nongnu.org; Fri, 14 Aug 2009 04:55:35 -0400 Message-ID: <4A85267B.5030005@redhat.com> Date: Fri, 14 Aug 2009 10:55:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4A7ADE70.7060204@sgi.com> <4A806D86.8090208@codemonkey.ws> <4A8156D4.2090000@sgi.com> <4A817B61.2010803@redhat.com> <4A818415.8020706@sgi.com> <4A81D666.2010404@redhat.com> <4A82D4E4.90200@sgi.com> <4A82D8B1.7000402@redhat.com> <4A82DB7C.6090906@sgi.com> <4A82DFA3.4090903@redhat.com> <4A82E29C.6000407@sgi.com> In-Reply-To: <4A82E29C.6000407@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] isa_reserve_irq() v4 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , qemu-devel , Gleb Natapov On 08/12/09 17:41, Jes Sorensen wrote: > Hi, > > Guess it's v4 by now - I have added comments to the code making it clear > that the interface is for special cases such as 'ferr' and otherwise for > temporary use until qdev-ification. Funny build errors, part 42: ide.o: In function `pci_piix3_ide_init': /home/kraxel/projects/qemu/hw/ide.c:3418: undefined reference to `isa_reserve_irq' /home/kraxel/projects/qemu/hw/ide.c:3419: undefined reference to `isa_reserve_irq' collect2: ld returned 1 exit status make[1]: *** [qemu-system-arm] Error 1 didn't know arm has piix3 ;) I'll go fix it up and re-post all pending isa-bus bits as patch series. cheers, Gerd