From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS6sJ-0005Cs-Uv for qemu-devel@nongnu.org; Sun, 01 Mar 2015 11:37:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS6sJ-0007Gf-3g for qemu-devel@nongnu.org; Sun, 01 Mar 2015 11:37:51 -0500 Date: Sun, 1 Mar 2015 17:37:35 +0100 From: "Michael S. Tsirkin" Message-ID: <20150301163735.GA4194@redhat.com> References: <1425017077-18487-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425017077-18487-1-git-send-email-david@gibson.dropbear.id.au> Subject: Re: [Qemu-devel] [PATCHv2 0/3] Add config options for some not-always-sensible devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: pbonzini@redhat.com, peter.crosthwaite@xilinx.com, qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org On Fri, Feb 27, 2015 at 05:04:34PM +1100, David Gibson wrote: > This series adds explicit config options to control inclusion of a > number of devices. These are generally things that could > theoretically appear on anything (or at least a wide range of > targets), but are in practice only likely to appear on a much smaller > set of targets. > > In some cases the set of default targets where these are included is > also trimmed, but either way it allows users or distributors to more > easily tweak which devices are and aren't included in the build. For x86 and PCI changes: Acked-by: Michael S. Tsirkin who's merging this? > Changes from v1: > * Fix typos in 1/3 commit message > * Move config option to a better place in arm-softmmu.mak in 2/3 > > David Gibson (3): > Add specific config options for PCI-E bridges > Create specific config option for "platform-bus" > Give ivshmem its own config option > > default-configs/arm-softmmu.mak | 5 +++++ > default-configs/i386-softmmu.mak | 3 +++ > default-configs/pci.mak | 1 + > default-configs/ppc-softmmu.mak | 1 + > default-configs/ppc64-softmmu.mak | 1 + > default-configs/x86_64-softmmu.mak | 3 +++ > hw/core/Makefile.objs | 2 +- > hw/misc/Makefile.objs | 4 +--- > hw/pci-bridge/Makefile.objs | 5 +++-- > 9 files changed, 19 insertions(+), 6 deletions(-) > > -- > 2.1.0