Create specific config option for "platform-bus"
commit2296594257d11a253d12f0219eef3f1a0201c2d9
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Feb 2015 06:04:36 +0000 (27 17:04 +1100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Feb 2015 14:17:42 +0000 (27 15:17 +0100)
tree2e5723f9d39e15e5312b64a14c6dd8a57c2ac4bd
parent4681867544f04f752bd98f39c3055493c80ea316
Create specific config option for "platform-bus"

Currently the "platform-bus" device is included for all softmmu builds.
This bridge is intended for use on any platforms that require dynamic
creation of sysbus devices.  However, at present it is used only for the
PPC E500 target, with plans for the ARM "virt" target in the immediate
future.

To avoid a not-very-useful entry appearing in "qemu -device ?" output on
other targets, this patch makes a specific config option for platform-bus
and enables it (for now) only on ppc configurations which include E500
and on ARM (which always includes the "virt" target).

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <1425017077-18487-3-git-send-email-david@gibson.dropbear.id.au>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/arm-softmmu.mak
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
hw/core/Makefile.objs