From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MllyJ-0003lx-JS for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:54:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MllyE-0003gz-K2 for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:54:06 -0400 Received: from [199.232.76.173] (port=40993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MllyE-0003ge-Ag for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:54:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2299) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MllyD-0004Ch-Ps for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:54:02 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8AFs08P031808 for ; Thu, 10 Sep 2009 11:54:00 -0400 Subject: Re: [Qemu-devel] [PATCH v2 11/13] qdev/isa: convert ne2000 References: <1252575815-7824-1-git-send-email-kraxel@redhat.com> <1252575815-7824-12-git-send-email-kraxel@redhat.com> From: Markus Armbruster Date: Thu, 10 Sep 2009 17:53:59 +0200 In-Reply-To: <1252575815-7824-12-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Thu\, 10 Sep 2009 11\:43\:33 +0200") Message-ID: <87my52iync.fsf@pike.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > Also split the isa bits into a separate source file, so we don't drag in > a dependency for isa-bus.o for machines which want ne2k_pci only. > > Signed-off-by: Gerd Hoffmann Looks good now.