From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56548 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMIMy-0000YO-IY for qemu-devel@nongnu.org; Sat, 27 Nov 2010 05:51:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMIMp-0005Kh-9L for qemu-devel@nongnu.org; Sat, 27 Nov 2010 05:51:04 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:45347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMIMo-0005KC-SL for qemu-devel@nongnu.org; Sat, 27 Nov 2010 05:50:55 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 2/3] PCI config include Date: Sat, 27 Nov 2010 10:50:39 +0000 References: <1290816459-31009-1-git-send-email-paul@codesourcery.com> <1290816459-31009-3-git-send-email-paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201011271050.39535.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl > > diff --git a/default-configs/sparc-softmmu.mak > > b/default-configs/sparc-softmmu.mak index becf880..7c788b8 100644 > > --- a/default-configs/sparc-softmmu.mak > > +++ b/default-configs/sparc-softmmu.mak > > @@ -1,10 +1,10 @@ > > # Default configuration for sparc-softmmu > > > > +include pci.mak > > None of the Sparc32 boards we emulate have PCI, so please remove the line. Done (129cac5). I was erring on the side of keeping the behavior the same for targets where I wasn't entirely sure. Paul