From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgMAY-0004RG-GI for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:20:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgMAT-0004LC-PV for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:20:22 -0400 Received: from [199.232.76.173] (port=43881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgMAT-0004Kt-FM for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:20:17 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:36338) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgMAT-0003OP-3k for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:20:17 -0400 Received: by ewy23 with SMTP id 23so441673ewy.8 for ; Wed, 26 Aug 2009 10:20:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1251293757-6007-4-git-send-email-kraxel@redhat.com> References: <1251293757-6007-1-git-send-email-kraxel@redhat.com> <1251293757-6007-4-git-send-email-kraxel@redhat.com> From: Blue Swirl Date: Wed, 26 Aug 2009 20:19:50 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 3/3] Move isa_connect_irq calls into isa_create_simple Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 Wed, Aug 26, 2009 at 4:35 PM, Gerd Hoffmann wrote: > Now with isa-bus maintaining the isa irqs we can move the > isa_connect_irq() calls into isa_create_simple(). > + =C2=A0 =C2=A0if (-1 !=3D irq) > + =C2=A0 =C2=A0if (-1 !=3D irq2) Not again.