From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36223 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM8nt-0006XV-Po for qemu-devel@nongnu.org; Fri, 26 Nov 2010 19:38:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PM8ns-0001OG-Oq for qemu-devel@nongnu.org; Fri, 26 Nov 2010 19:38:13 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:57818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PM8ns-0001Ny-GW for qemu-devel@nongnu.org; Fri, 26 Nov 2010 19:38:12 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs Date: Sat, 27 Nov 2010 00:37:58 +0000 References: <1290816459-31009-1-git-send-email-paul@codesourcery.com> In-Reply-To: <1290816459-31009-1-git-send-email-paul@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201011270037.58758.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > As mentioned elsewhere recently, there are a lot of devices that are > common to all targets. In particular all PCI devices [should] work on > all PCI capable machies. Currently each target default config has to > be updated separately, which becomes unmaintainable as as we get finer > grained control over which devices are built. > > Following patch series allows a default config to include other files, and > uses this to consistently enable all PCI devices on all targets. > > I have also made VirtIO devices optional. > > Paul Brook (3): > Include directives in default configs > PCI config include > VirtIO config option Which was missing a file. Appologies for the breakage. Paul